Merge remote-tracking branch 'origin/feature/portal_logic' into feature/portal_logic

This commit is contained in:
2016-06-10 11:56:17 +02:00
+2
View File
@@ -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;
}
}