diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 4e2677be6..3acc93828 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -3227,7 +3227,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input, core::rect<s32> rect( 10, status_y - guitext_status->getTextHeight(), - 10 + guitext_chat->getTextWidth(), + 10 + guitext_status->getTextWidth(), status_y ); guitext_status->setRelativePosition(rect); |