Attempt for #3164
This commit is contained in:
parent
e2645c1060
commit
a384866e6a
@ -57,6 +57,9 @@ OverWorld::~OverWorld()
|
|||||||
/** Function to simplify the start process */
|
/** Function to simplify the start process */
|
||||||
void OverWorld::enterOverWorld()
|
void OverWorld::enterOverWorld()
|
||||||
{
|
{
|
||||||
|
// update point count and the list of locked/unlocked stuff
|
||||||
|
PlayerManager::getCurrentPlayer()->computeActive();
|
||||||
|
|
||||||
race_manager->setNumPlayers(1);
|
race_manager->setNumPlayers(1);
|
||||||
race_manager->setMajorMode (RaceManager::MAJOR_MODE_SINGLE);
|
race_manager->setMajorMode (RaceManager::MAJOR_MODE_SINGLE);
|
||||||
race_manager->setMinorMode (RaceManager::MINOR_MODE_OVERWORLD);
|
race_manager->setMinorMode (RaceManager::MINOR_MODE_OVERWORLD);
|
||||||
|
Loading…
Reference in New Issue
Block a user