rnd-20070825-4-src
authorHolger Schemel <info@artsoft.org>
Sat, 25 Aug 2007 17:07:18 +0000 (19:07 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:55:59 +0000 (10:55 +0200)
* fixed problem with wrong fading area size from main menu to setup menu

ChangeLog
src/conftime.h
src/screens.c

index ceaf3a4599bd825b87d80a778b781c3e35f011da..750cca4ae2f426f791053bf26c610b9a34852162 100644 (file)
--- 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)
          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
 
 2007-08-22
        * fixed problem with broken crumbled graphics after level set changes
index acc80aabf0a5698795fc95cdcea98681a1f440a6..433accaab7d17a26b54214a888be62e001845189 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "2007-08-25 13:56"
+#define COMPILE_DATE_STRING "2007-08-25 16:49"
index 1a612a90498c686042110ecf98e690a538302fe8..3bc6c2b3ef1b50e7b1f5204d027e58be01636da6 100644 (file)
@@ -4956,7 +4956,8 @@ static void DrawSetupScreen_Generic()
                      int2str(0, redraw_mask)));
 #endif
 
                      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);
   FadeOut(redraw_mask);
 #else
   FadeOut(REDRAW_FIELD);