Fix crash first time STK is run.
This commit is contained in:
parent
593e52dd6f
commit
3eb2d87029
@ -1318,8 +1318,11 @@ int main(int argc, char *argv[] )
|
|||||||
// If there is no player, push the RegisterScreen on top of
|
// If there is no player, push the RegisterScreen on top of
|
||||||
// the login screen. This way on first start players are
|
// the login screen. This way on first start players are
|
||||||
// forced to create a player.
|
// forced to create a player.
|
||||||
if(PlayerManager::get()->getNumPlayers()==0)
|
if (PlayerManager::get()->getNumPlayers() == 0)
|
||||||
|
{
|
||||||
RegisterScreen::getInstance()->push();
|
RegisterScreen::getInstance()->push();
|
||||||
|
RegisterScreen::getInstance()->setParent(UserScreen::getInstance());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#ifdef ENABLE_WIIUSE
|
#ifdef ENABLE_WIIUSE
|
||||||
// Show a dialog to allow connection of wiimotes. */
|
// Show a dialog to allow connection of wiimotes. */
|
||||||
|
Loading…
Reference in New Issue
Block a user