From: Matthias Braun Date: Fri, 24 Sep 2004 21:33:59 +0000 (+0000) Subject: removed outdated comment X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=36294c84914c583d19cd34a96d70217742b3372c;hp=88b81421d081b8c4d31b0177787ce9765989ebd8;p=supertux.git removed outdated comment SVN-Revision: 1971 --- diff --git a/lib/special/game_object.h b/lib/special/game_object.h index 1a4175b16..cb4bfd71c 100644 --- a/lib/special/game_object.h +++ b/lib/special/game_object.h @@ -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();