summaryrefslogtreecommitdiff
path: root/src/content_cao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/content_cao.h')
-rw-r--r--src/content_cao.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/content_cao.h b/src/content_cao.h
index 3be753529..dde1dfe6f 100644
--- a/src/content_cao.h
+++ b/src/content_cao.h
@@ -154,6 +154,12 @@ public:
scene::IBillboardSceneNode *getSpriteSceneNode();
+
+ inline f32 getStepheight() const
+ {
+ return m_prop.stepheight;
+ }
+
inline bool isPlayer() const
{
return m_is_player;