removed outdated comment
authorMatthias Braun <matze@braunis.de>
Fri, 24 Sep 2004 21:33:59 +0000 (21:33 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 24 Sep 2004 21:33:59 +0000 (21:33 +0000)
SVN-Revision: 1971

lib/special/game_object.h

index 1a4175b..cb4bfd7 100644 (file)
@@ -39,7 +39,7 @@ namespace SuperTux
    * 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();