summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 63e166b4b..d3738fd52 100644
--- a/src/player.h
+++ b/src/player.h
@@ -250,6 +250,7 @@ public:
std::vector<HudElement *> hud;
u32 hud_flags;
+ s32 hud_hotbar_itemcount;
protected:
IGameDef *m_gamedef;