From: Matthias Braun Date: Mon, 4 Apr 2005 17:24:41 +0000 (+0000) Subject: remove outdated comment X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e8e2c70e3625ac084b65e74726a81fe8d4849a6e;p=supertux.git remove outdated comment SVN-Revision: 2335 --- diff --git a/src/object/bullet.cpp b/src/object/bullet.cpp index 5a7a1d408..f260f5eab 100644 --- a/src/object/bullet.cpp +++ b/src/object/bullet.cpp @@ -93,7 +93,6 @@ Bullet::collision(GameObject& other, const CollisionHit& hit) return FORCE_MOVE; } - // TODO kill badguys return FORCE_MOVE; }