pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editor.hxx,1.18,1.19


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.hxx,1.18,1.19
Date: 1 Oct 2002 21:48:34 -0000

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

Modified Files:
        editor.hxx 
Log Message:
some trying around with the timing code

Index: editor.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/editor.hxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- editor.hxx  27 Sep 2002 11:26:45 -0000      1.18
+++ editor.hxx  1 Oct 2002 21:48:32 -0000       1.19
@@ -119,7 +119,7 @@
   CL_GUIManager* get_gui_manager ();
 
   // overloaded Screen stuff
-  void draw (GraphicContext& gc) { draw(); UNUSED_ARG(gc); }
+  bool draw (GraphicContext& gc) { draw(); return true; }
   void draw ();
   void update (const GameDelta& delta);
 





reply via email to

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