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 climber.cxx,1.14,1.15


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions climber.cxx,1.14,1.15
Date: 3 Oct 2002 12:33:11 -0000

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

Modified Files:
        climber.cxx 
Log Message:
- some more tweaks/fixes to the demo recording, should be mostly working know
- added fastforward and scrolling to the demo player (its a dirty hack, but 
should be enough for some testing)
- misc other cleanup

Index: climber.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/climber.cxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- climber.cxx 1 Oct 2002 19:53:45 -0000       1.14
+++ climber.cxx 3 Oct 2002 12:33:09 -0000       1.15
@@ -112,7 +112,10 @@
 bool
 Climber::change_allowed(ActionName new_action)
 {
-  return false;
+  if (new_action == Actions::Floater)
+    return true;
+  else
+    return false;
 }
 
 } // namespace Actions





reply via email to

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