pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap worldmap.cxx,1.30,1.31


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap worldmap.cxx,1.30,1.31
Date: 18 Feb 2003 17:04:17 -0000

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

Modified Files:
        worldmap.cxx 
Log Message:
- added keep_aspect to surface backgrounds
- fixed anim bug in liquid


Index: worldmap.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/worldmap.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- worldmap.cxx        18 Feb 2003 15:04:47 -0000      1.30
+++ worldmap.cxx        18 Feb 2003 17:04:13 -0000      1.31
@@ -49,7 +49,6 @@
 {
   bool operator()(Drawable* a, Drawable* b)
   {
-    std::cout << "a: " << a << " b: " << b << std::endl;
     return a->get_z_pos() < b->get_z_pos();
   }
 };





reply via email to

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