Mercurial > mm7
diff mm7_2.cpp @ 2393:a29d9609f9b2
for console window text
author | Ritor1 |
---|---|
date | Fri, 04 Jul 2014 13:58:09 +0600 |
parents | 41c36ecc9f32 |
children | 2fe8feb3dcd1 |
line wrap: on
line diff
--- a/mm7_2.cpp Fri Jul 04 09:26:50 2014 +0600 +++ b/mm7_2.cpp Fri Jul 04 13:58:09 2014 +0600 @@ -1414,7 +1414,7 @@ Log::Warning(L"Checking for CD..."); if (!FindMM7CD(nullptr, &cMM7GameCDDriveLetter)) return false; - Log::Warning(L"...done."); + Log::Warning(L"...done.\n"); } @@ -2059,7 +2059,7 @@ //Ritor1: include MMT_MainMenu_Loop(); - Log::Warning(L"MM: entering main loop"); + Log::Warning(L"MM: entering main loop \n"); while ( 1 ) { MainMenuWindow* main_menu_window = MainMenuWindow::Create(); @@ -2361,7 +2361,7 @@ { sCurrentMenuID = uMenu; - Log::Warning(L"CurrentMenu = %s", MENU_STATE_to_string(uMenu)); + Log::Warning(L"CurrentMenu = %s \n", MENU_STATE_to_string(uMenu)); } //----- (00466CA0) --------------------------------------------------------