1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

Remove an outdated message

This commit is contained in:
scrawl 2013-03-09 13:26:00 +01:00
parent 14964e9fcd
commit c8b31b4745

View file

@ -442,8 +442,6 @@ void OMW::Engine::go()
if (!mStartupScript.empty())
MWBase::Environment::get().getWindowManager()->executeInConsole (mStartupScript);
std::cout << "\nPress Q/ESC or close window to exit.\n";
// Start the main rendering loop
mOgre->start();