remove outdated comment
[supertux.git] / src / object / bullet.cpp
index 5a7a1d4..f260f5e 100644 (file)
@@ -93,7 +93,6 @@ Bullet::collision(GameObject& other, const CollisionHit& hit)
     return FORCE_MOVE;
   }
  
-  // TODO kill badguys
   return FORCE_MOVE;
 }