pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3247 - in trunk/pingus: . src/gui


From: jsalmon3
Subject: [Pingus-CVS] r3247 - in trunk/pingus: . src/gui
Date: Wed, 26 Sep 2007 04:25:06 +0200

Author: jsalmon3
Date: 2007-09-26 04:25:00 +0200 (Wed, 26 Sep 2007)
New Revision: 3247

Modified:
   trunk/pingus/TODO
   trunk/pingus/src/gui/screen_manager.cpp
Log:
Disable fade-over when fast-mode is active

Modified: trunk/pingus/TODO
===================================================================
--- trunk/pingus/TODO   2007-09-25 21:20:23 UTC (rev 3246)
+++ trunk/pingus/TODO   2007-09-26 02:25:00 UTC (rev 3247)
@@ -145,8 +145,6 @@
   but the menu still acts funky if one clicks heavily (i.e. two
   screens get added instead of one or stuff like that)
 
-- disable fade-over when fast-mode is active
-
 - rewrite Config file support, make game automatically write a default
   config file, use s-expr
 

Modified: trunk/pingus/src/gui/screen_manager.cpp
===================================================================
--- trunk/pingus/src/gui/screen_manager.cpp     2007-09-25 21:20:23 UTC (rev 
3246)
+++ trunk/pingus/src/gui/screen_manager.cpp     2007-09-26 02:25:00 UTC (rev 
3247)
@@ -127,7 +127,7 @@
        continue;
 
       // skip draw if the screen changed to avoid glitches
-      if (last_screen == get_current_screen())
+      if (last_screen == get_current_screen() || fast_mode)
        {
          if (get_current_screen()->draw(*display_gc))
             {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]