Update of /cvsroot/super-tux/supertux/lib/special
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4097/special
Modified Files:
game_object.h
Log Message:
removed outdated comment
Index: game_object.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/lib/special/game_object.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- game_object.h 21 Jul 2004 16:51:52 -0000 1.2
+++ game_object.h 24 Sep 2004 21:33:59 -0000 1.3
@@ -39,7 +39,7 @@
* Most GameObjects will also implement the DrawableObject interface so that
* they can actually be drawn on screen.
*/
- class GameObject // TODO rename this once the game has been converted
+ class GameObject
{
public:
GameObject();
|