mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-24 08:52:43 +00:00
fix incorrect category after pressing next button
This commit is contained in:
parent
ba69caffd2
commit
144ba1e3d6
1 changed files with 3 additions and 0 deletions
|
|
@ -258,6 +258,9 @@ class MarbleGame {
|
|||
canvas.setContent(new MainMenuGui());
|
||||
#end
|
||||
} else {
|
||||
if (!world.mission.isClaMission) {
|
||||
PlayMissionGui.currentCategoryStatic = world.mission.type;
|
||||
}
|
||||
var pmg = new PlayMissionGui();
|
||||
PlayMissionGui.currentSelectionStatic = world.mission.index;
|
||||
PlayMissionGui.currentGameStatic = world.mission.game;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue