1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-03 11:45:34 +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();