diff --git a/src/p_acs.cpp b/src/p_acs.cpp index 76d26b742..f230f57cb 100644 --- a/src/p_acs.cpp +++ b/src/p_acs.cpp @@ -8716,7 +8716,7 @@ scriptwait: if (type & HUDMSG_LOG) { int consolecolor = color >= CR_BRICK && color <= CR_YELLOW ? color + 'A' : '-'; - Printf(PRINT_NONOTIFY, "\n" TEXTCOLOR_ESCAPESTR "%c%s\n%s\n%s\n", consolecolor, console_bar, work, console_bar); + Printf(PRINT_NONOTIFY, "\n" TEXTCOLOR_ESCAPESTR "%c%s\n%s\n%s\n", consolecolor, console_bar, work.GetChars(), console_bar); } } }