This commit is contained in:
parent
33f82d7ca4
commit
241a664fa2
1 changed files with 3 additions and 1 deletions
|
@ -193,11 +193,13 @@ void CFrontEndScene::think(int _frames)
|
|||
thinkLogo(_frames);
|
||||
|
||||
mode=s_modeCodes[m_mode];
|
||||
mode->think(_frames);
|
||||
if(mode->isReadyToExit())
|
||||
{
|
||||
setMode(mode->getNextMode());
|
||||
mode=s_modeCodes[m_mode];
|
||||
}
|
||||
|
||||
mode->think(_frames);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue