From: Matthias Braun Date: Sat, 20 May 2006 12:11:40 +0000 (+0000) Subject: improvement X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=41f23978fb35aff56d1ec8db533fcb308046cd86;p=supertux.git improvement SVN-Revision: 3552 --- diff --git a/src/sector.hpp b/src/sector.hpp index 7a7a7425e..6f3b659f9 100644 --- a/src/sector.hpp +++ b/src/sector.hpp @@ -170,7 +170,7 @@ private: /** * Does collision detection of an object against all other static * objects (and the tilemap) in the level. Collisions are sorted - * and collision response against the first hit is done. + * and collision response against the first hit in time is done. * * returns true if the collision detection should be aborted for this object * (because of ABORT_MOVE in the collision response)