From c48ffba31f08f9f1624a6cec260f6a5c7184c55e Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 6 Sep 2012 12:38:45 -0700 Subject: [PATCH] Whoops. Duplicate defines --- src/common/frotz.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/frotz.h b/src/common/frotz.h index 1b0fac8..6265d5d 100644 --- a/src/common/frotz.h +++ b/src/common/frotz.h @@ -115,8 +115,8 @@ typedef struct { #define EXT_SCRIPT ".scr" #define EXT_BLORB ".blb" #define EXT_BLORB2 ".zblb" -#define EXT_BLORB2 ".blorb" -#define EXT_BLORB3 ".zblorb" +#define EXT_BLORB3 ".blorb" +#define EXT_BLORB4 ".zblorb" #define EXT_COMMAND ".rec" #define EXT_AUX ".aux" -- 2.34.1