pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs switch_door.cxx, 1.26, 1.27


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs switch_door.cxx, 1.26, 1.27
Date: Mon, 20 Oct 2003 21:28:57 +0200

Update of /var/lib/cvs/Games/Pingus/src/worldobjs
In directory dark:/tmp/cvs-serv7605/worldobjs

Modified Files:
        switch_door.cxx 
Log Message:
misc stuff

Index: switch_door.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldobjs/switch_door.cxx,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- switch_door.cxx     20 Oct 2003 13:11:09 -0000      1.26
+++ switch_door.cxx     20 Oct 2003 19:28:55 -0000      1.27
@@ -48,6 +48,7 @@
 void
 SwitchDoor::on_startup ()
 {
+#ifdef CLANLIB_0_6
   world->get_colmap()->put(door_box,
                            static_cast<int>(data->door_pos.x),
                           static_cast<int>(data->door_pos.y),
@@ -60,6 +61,7 @@
                             + i * door_tile.get_height()
                             + door_box.get_height(),
                             Groundtype::GP_SOLID);
+#endif
 }
 
 void





reply via email to

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