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 floater.cxx,1.7,1.8 floater.h


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions floater.cxx,1.7,1.8 floater.hxx,1.5,1.6
Date: 2 Jul 2002 16:06:53 -0000

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

Modified Files:
        floater.cxx floater.hxx 
Log Message:
- level property window now gets the correct values (writeback not implemented
- floater -> jumper fix
- marked a few files as not compilable

Index: floater.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/floater.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- floater.cxx 28 Jun 2002 15:12:22 -0000      1.7
+++ floater.cxx 2 Jul 2002 16:06:51 -0000       1.8
@@ -57,4 +57,10 @@
   sprite.put_screen (pingu->pos + CL_Vector (x, y));
 }
 
+bool
+Floater::change_allowed (ActionName new_action)
+{
+  return false;
+}
+
 /* EOF */

Index: floater.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/floater.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- floater.hxx 28 Jun 2002 18:11:10 -0000      1.5
+++ floater.hxx 2 Jul 2002 16:06:51 -0000       1.6
@@ -41,6 +41,7 @@
   void update(float delta);
   void draw_offset (int x, int y, float s);
   char get_persistent_char () { return 'f'; }
+  bool change_allowed (ActionName new_action);
 };
 
 #endif




reply via email to

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