projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec9b55
)
improvement
author
Matthias Braun
<matze@braunis.de>
Sat, 20 May 2006 12:11:40 +0000
(12:11 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sat, 20 May 2006 12:11:40 +0000
(12:11 +0000)
SVN-Revision: 3552
src/sector.hpp
patch
|
blob
|
history
diff --git
a/src/sector.hpp
b/src/sector.hpp
index
7a7a742
..
6f3b659
100644
(file)
--- 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 i
n time i
s done.
*
* returns true if the collision detection should be aborted for this object
* (because of ABORT_MOVE in the collision response)