pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions bridger.cxx,1.31,1.32


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions bridger.cxx,1.31,1.32
Date: Mon, 20 Oct 2003 21:28:57 +0200

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

Modified Files:
        bridger.cxx 
Log Message:
misc stuff

Index: bridger.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/actions/bridger.cxx,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- bridger.cxx 18 Oct 2003 23:17:27 -0000      1.31
+++ bridger.cxx 20 Oct 2003 19:28:55 -0000      1.32
@@ -233,6 +233,8 @@
   if (bricks < 4)
     PingusSound::play_sound("ting");
 
+#ifdef CLANLIB_0_6
+
   if (pingu->direction.is_right())
     {
       WorldObj::get_world()->get_colmap()->put(brick_r,
@@ -253,6 +255,7 @@
                                                static_cast<int>(pingu->get_x() 
- 10),
                                                
static_cast<int>(pingu->get_y()));
     }
+#endif
 }
 
 void





reply via email to

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