Review changes

Changed text case, removed ClearText API and added GameStartup motify listening.

Signed-off-by: sphrose <82213493+sphrose@users.noreply.github.com>
This commit is contained in:
sphrose
2021-07-14 10:14:25 +01:00
parent 4c627405f2
commit 93cbb7c981
4 changed files with 23 additions and 13 deletions
-6
View File
@@ -29,7 +29,6 @@
// Editor
#include "IEditorImpl.h"
#include "Controls/ConsoleSCB.h"
#include "CryEditDoc.h"
#include "Settings.h"
@@ -567,11 +566,6 @@ void CGameEngine::SwitchToInGame()
wait.acquire();
}
if (gSettings.clearConsoleOnGameModeStart)
{
CConsoleSCB::GetCreatedInstance()->ClearText();
}
GetIEditor()->Notify(eNotify_OnBeginGameMode);
m_pISystem->GetIMovieSystem()->EnablePhysicsEvents(true);