We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8536a29 commit 8568244Copy full SHA for 8568244
2 files changed
Generals/Code/GameEngine/Source/GameClient/GameClient.cpp
@@ -583,8 +583,8 @@ void GameClient::update( void )
583
if(TheGlobalData->m_playIntro || TheGlobalData->m_afterIntro)
584
{
585
// redraw all views, update the GUI
586
- TheDisplay->DRAW();
587
TheDisplay->UPDATE();
+ TheDisplay->DRAW();
588
return;
589
}
590
GeneralsMD/Code/GameEngine/Source/GameClient/GameClient.cpp
@@ -621,8 +621,8 @@ void GameClient::update( void )
621
622
623
624
625
626
627
628
0 commit comments