This commit is contained in:
Nikolay Korolev 2021-01-09 20:33:21 +03:00
commit 203dff9165
10 changed files with 68 additions and 36 deletions

View file

@ -901,7 +901,7 @@ void CGame::Process(void)
if (!CReplay::IsPlayingBack())
CCranes::UpdateCranes();
CClouds::Update();
CMovingThings::Update();
//CMovingThings::Update(); // TODO
CWaterCannons::Update();
CUserDisplay::Process();
CReplay::Update();