pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src action_data.cxx,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src action_data.cxx,1.2,1.3
Date: 29 Jun 2002 17:39:23 -0000

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

Modified Files:
        action_data.cxx 
Log Message:
- new gfx
- new level
- removed some not working actions, from the default actions

Index: action_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/action_data.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- action_data.cxx     29 Jun 2002 16:04:22 -0000      1.2
+++ action_data.cxx     29 Jun 2002 17:39:21 -0000      1.3
@@ -28,7 +28,7 @@
 {
   default_actions.push_back (ActionData (Basher, 20));
   default_actions.push_back (ActionData (Blocker, 20));
-  default_actions.push_back (ActionData (Boarder, 20));
+  //default_actions.push_back (ActionData (Boarder, 20));
   default_actions.push_back (ActionData (Bomber, 20));
   default_actions.push_back (ActionData (Bridger, 20));
   default_actions.push_back (ActionData (Climber, 20));
@@ -36,9 +36,9 @@
   default_actions.push_back (ActionData (Floater, 20));
   default_actions.push_back (ActionData (Jumper, 20));
   default_actions.push_back (ActionData (Miner, 20));
-  default_actions.push_back (ActionData (Rocketlauncher, 20));
+  //default_actions.push_back (ActionData (Rocketlauncher, 20));
   default_actions.push_back (ActionData (Slider, 20));
-  default_actions.push_back (ActionData (Superman, 0));
+  //default_actions.push_back (ActionData (Superman, 0));
 }
 
 /* EOF */




reply via email to

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