projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2996cd
)
more comment improvements
author
Matthias Braun
<matze@braunis.de>
Sat, 20 May 2006 12:21:36 +0000
(12:21 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sat, 20 May 2006 12:21:36 +0000
(12:21 +0000)
SVN-Revision: 3554
src/moving_object.hpp
patch
|
blob
|
history
diff --git
a/src/moving_object.hpp
b/src/moving_object.hpp
index
2981829
..
63950cc
100644
(file)
--- a/
src/moving_object.hpp
+++ b/
src/moving_object.hpp
@@
-141,7
+141,13
@@
protected:
CollisionGroup group;
private:
- // this is only here for internal collision detection use
+ /**
+ * this is only here for internal collision detection use (don't touch this
+ * from outside collision detection code)
+ *
+ * This field holds the currently anticipated destination of the object
+ * during collision detection
+ */
Rect dest;
};