From ef45167ef6edc052f7d551b2fe1906432d12777f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 19 Nov 2010 12:21:57 +0100 Subject: [PATCH] rnd-20101119-1-src * fixed nasty bug (affecting crumbled graphics) after adding new special graphics suffix ".TAPE" (and messing some things up in src/main.c) --- ChangeLog | 5 +++++ src/conftime.h | 2 +- src/main.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66054c8a..b7f003c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ +2010-11-19 + * fixed nasty bug (affecting crumbled graphics) after adding new special + graphics suffix ".TAPE" (and messing some things up in src/main.c) + 2010-08-04 * fixed wrong argument order in DrawTextBuffer() in gadgets.c + (this caused fonts in envelope config in level editor being invisible) 2010-07-19 * fixed some problems with half tile size and even tile sized playfields diff --git a/src/conftime.h b/src/conftime.h index 579330aa..182d0380 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "2010-08-04 11:02" +#define COMPILE_DATE_STRING "2010-11-19 10:54" diff --git a/src/main.c b/src/main.c index 5c25fc6b..94c5c3ac 100644 --- a/src/main.c +++ b/src/main.c @@ -5467,6 +5467,7 @@ struct SpecialSuffixInfo special_suffix_info[NUM_SPECIAL_GFX_ARGS + 1 + 1] = { ".SETUP", GFX_SPECIAL_ARG_SETUP, }, { ".PLAYING", GFX_SPECIAL_ARG_PLAYING, }, { ".DOOR", GFX_SPECIAL_ARG_DOOR, }, + { ".TAPE", GFX_SPECIAL_ARG_TAPE, }, { ".PANEL", GFX_SPECIAL_ARG_PANEL, }, { ".PREVIEW", GFX_SPECIAL_ARG_PREVIEW, }, { ".CRUMBLED", GFX_SPECIAL_ARG_CRUMBLED, }, -- 2.34.1