diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/ponderable.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/ponderable.h b/src/components/ponderable.h index 45150a0..6a01400 100644 --- a/src/components/ponderable.h +++ b/src/components/ponderable.h | |||
@@ -100,7 +100,10 @@ public: | |||
100 | std::set<id_type> passengers; | 100 | std::set<id_type> passengers; |
101 | 101 | ||
102 | /** | 102 | /** |
103 | * If enabled, this will prevent the body from moving. | 103 | * If enabled, this will prevent the body from moving and accelerating. The |
104 | * velocity and position of the body can still be affected by sources external | ||
105 | * to the PonderingSystem. Enabling this will cause applicable bodies to | ||
106 | * become ungrounded and unferried. | ||
104 | */ | 107 | */ |
105 | bool frozen = false; | 108 | bool frozen = false; |
106 | 109 | ||