diff --git a/Source/control.cpp b/Source/control.cpp index 0a8c6b128..94e80fc09 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1159,7 +1159,7 @@ void control_print_info_str(int y, char *str, BOOL center, int lines) lineOffset = 0; sx = 177 + SCREEN_X; - sy = lineOffsets[lines][y] + (SCREEN_WIDTH - PANEL_WIDTH) / 2 + SCREEN_Y; + sy = lineOffsets[lines][y] + SCREEN_Y; if (center == 1) { strWidth = 0; tmp = str;