pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/gui Makefile.am,1.4,1.5 screen_manag


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui Makefile.am,1.4,1.5 screen_manager.cxx,1.1,1.2
Date: 19 Feb 2003 17:17:03 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/gui
In directory dark:/tmp/cvs-serv17390/src/gui

Modified Files:
        Makefile.am screen_manager.cxx 
Log Message:
- added intesity to snow generator
- misc other stuff


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 19 Feb 2003 12:33:17 -0000      1.4
+++ Makefile.am 19 Feb 2003 17:17:00 -0000      1.5
@@ -17,7 +17,7 @@
 
 noinst_LIBRARIES = libpingus_gui.a
 
-libpingus_gui_a_SOURCES =       \
+libpingus_gui_a_SOURCES = \
        cursor.cxx \
        cursor.hxx \
        display.cxx \

Index: screen_manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/gui/screen_manager.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- screen_manager.cxx  19 Feb 2003 09:51:44 -0000      1.1
+++ screen_manager.cxx  19 Feb 2003 17:17:00 -0000      1.2
@@ -96,12 +96,10 @@
        {
          if (get_current_screen()->draw (display_gc))
            Display::flip_display ();
-
-          //CL_Display::put_display(CL_Rect(0, 0, 100, 100));
        }
       else
        {
-         std::cout << "ScreenManager: fading screens" << std::endl;
+         //std::cout << "ScreenManager: fading screens" << std::endl;
          //fade_over (last_screen, get_current_screen());
        }
 





reply via email to

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