diff --git a/source/sw/src/text.cpp b/source/sw/src/text.cpp index 3d0f1b6f1..da61e69ab 100644 --- a/source/sw/src/text.cpp +++ b/source/sw/src/text.cpp @@ -437,7 +437,7 @@ void PutStringInfo(PLAYERp pp, const char *string) if (!hud_messages) return; - Printf(PRINT_MEDIUM|PRINT_NOTIFY, "%s", string); // Put it in the console too + Printf(PRINT_MEDIUM|PRINT_NOTIFY, "%s\n", string); // Put it in the console too if (hud_messages == 1) PutStringInfoLine(pp, string); }