/* initializes all the data needed */ public void nextStage() { activePlayer = -1; currStageId += 1; if (currStageId < numStages) { currStage = sponsorship.getStage(currStageId); currStageType = (currStage.isCombat()) ? stageType.COMBAT : stageType.TEST; } }