more comment improvements
authorMatthias Braun <matze@braunis.de>
Sat, 20 May 2006 12:21:36 +0000 (12:21 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 20 May 2006 12:21:36 +0000 (12:21 +0000)
SVN-Revision: 3554

src/moving_object.hpp

index 2981829..63950cc 100644 (file)
@@ -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;
 };