diff --git a/src/game.cpp b/src/game.cpp index 9bbbb5ec..4e2677be 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 rect( 10, status_y - guitext_status->getTextHeight(), - screensize.X - 10, + 10 + guitext_chat->getTextWidth(), status_y ); guitext_status->setRelativePosition(rect);