summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/object.h b/src/object.h
index a696ea51..efd7a275 100644
--- a/src/object.h
+++ b/src/object.h
@@ -133,11 +133,12 @@ class Object
protected:
Statistics mStats; /**< stats modifiers or computed stats */
+ bool mNeedUpdate; /**< update() must be invoked if true */
private:
- unsigned int mX; /**< x coordinate */
- unsigned int mY; /**< y coordinate */
+ unsigned int mX; /**< x coordinate */
+ unsigned int mY; /**< y coordinate */
};