From 2a354dd7c6c0b83f9f0c65abccb7c6ce020ffc01 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 20 May 2006 12:21:36 +0000 Subject: [PATCH] more comment improvements SVN-Revision: 3554 --- src/moving_object.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/moving_object.hpp b/src/moving_object.hpp index 2981829e9..63950ccd5 100644 --- 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; }; -- 2.11.0