Merge remote-tracking branch 'origin/feature/portal_logic' into feature/portal_logic
This commit is contained in:
@@ -126,6 +126,7 @@ void WorldHandler::NextWorld()
|
||||
if (!loadingWorld)
|
||||
{
|
||||
ChangeWorld(worldIndex + 1);
|
||||
Player::getInstance()->crystals = 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,5 +135,6 @@ void WorldHandler::PreviousWorld()
|
||||
if (!loadingWorld)
|
||||
{
|
||||
ChangeWorld(worldIndex - 1);
|
||||
Player::getInstance()->crystals = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user