diff --git a/src/ui/mainscr.cpp b/src/ui/mainscr.cpp index 786a1024d..e76fdd35b 100644 --- a/src/ui/mainscr.cpp +++ b/src/ui/mainscr.cpp @@ -721,7 +721,7 @@ local void AddMessage(const char *msg) ptr = message + strlen(message); - while (VideoTextLength(GameFont, message) >= 440+(VideoWidth-640)/2 ) { + while (VideoTextLength(GameFont, message) >= 440+(VideoWidth-640) ) { *--ptr = '\0'; }