From 24d1083c28d6994772a2ba225ec9c0e90117e8dd Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 25 Aug 2007 19:07:18 +0200 Subject: [PATCH] rnd-20070825-4-src * fixed problem with wrong fading area size from main menu to setup menu --- ChangeLog | 1 + src/conftime.h | 2 +- src/screens.c | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ceaf3a45..750cca4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ value -- solution: simply ignore such entries, which results in this value keeping its previous (real) default value (in general, entries that should use their default value should just not be defined here) + * fixed problem with wrong fading area size from main menu to setup menu 2007-08-22 * fixed problem with broken crumbled graphics after level set changes diff --git a/src/conftime.h b/src/conftime.h index acc80aab..433accaa 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "2007-08-25 13:56" +#define COMPILE_DATE_STRING "2007-08-25 16:49" diff --git a/src/screens.c b/src/screens.c index 1a612a90..3bc6c2b3 100644 --- a/src/screens.c +++ b/src/screens.c @@ -4956,7 +4956,8 @@ static void DrawSetupScreen_Generic() int2str(0, redraw_mask))); #endif -#if 1 +#if 0 + /* !!! usually REDRAW_NONE => DOES NOT WORK (with fade) => CHECK THIS !!! */ FadeOut(redraw_mask); #else FadeOut(REDRAW_FIELD); -- 2.34.1