diff options
Diffstat (limited to 'src/player.cpp')
-rw-r--r-- | src/player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.cpp b/src/player.cpp index f2ff59027..40d403952 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -100,6 +100,7 @@ Player::Player(IGameDef *gamedef): Player::~Player() { + clearHud(); } // Horizontal acceleration (X and Z), Y direction is ignored |