Fix print color of level load message.

This commit is contained in:
Marisa the Magician 2022-11-05 13:00:57 +01:00 committed by Christoph Oelckers
parent a75a96d993
commit 2bb0dcca13

View file

@ -1395,7 +1395,7 @@ void FLevelLocals::DoLoadLevel(const FString &nextmapname, int position, bool au
{ {
FString mapname = nextmapname; FString mapname = nextmapname;
mapname.ToUpper(); mapname.ToUpper();
Printf(PRINT_NONOTIFY, "\n%s\n\n" TEXTCOLOR_BOLD "%s - %s\n\n", console_bar, mapname.GetChars(), LevelName.GetChars()); Printf(PRINT_NONOTIFY, "\n" TEXTCOLOR_NORMAL "%s\n\n" TEXTCOLOR_BOLD "%s - %s\n\n", console_bar, mapname.GetChars(), LevelName.GetChars());
} }
// Set the sky map. // Set the sky map.