improvement
authorMatthias Braun <matze@braunis.de>
Sat, 20 May 2006 12:11:40 +0000 (12:11 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 20 May 2006 12:11:40 +0000 (12:11 +0000)
SVN-Revision: 3552

src/sector.hpp

index 7a7a742..6f3b659 100644 (file)
@@ -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)