diff --git a/source/glest_game/menu/menu_state_new_game.cpp b/source/glest_game/menu/menu_state_new_game.cpp index b99e9ce3..de7b0d97 100644 --- a/source/glest_game/menu/menu_state_new_game.cpp +++ b/source/glest_game/menu/menu_state_new_game.cpp @@ -40,23 +40,22 @@ MenuStateNewGame::MenuStateNewGame(Program *program, MainMenu *mainMenu): containerName = "NewGame"; Lang &lang= Lang::getInstance(); - int yPos=385; - - buttonCustomGame.registerGraphicComponent(containerName,"buttonCustomGame"); - buttonCustomGame.init(425, yPos, 150); - yPos-=40; + int yPos=465; + buttonTutorial.registerGraphicComponent(containerName,"buttonTutorial"); + buttonTutorial.init(425, yPos, 150); + yPos-=40; buttonScenario.registerGraphicComponent(containerName,"buttonScenario"); buttonScenario.init(425, yPos, 150); yPos-=40; + buttonCustomGame.registerGraphicComponent(containerName,"buttonCustomGame"); + buttonCustomGame.init(425, yPos, 150); + yPos-=40; buttonMasterserverGame.registerGraphicComponent(containerName,"buttonMasterserverGame"); buttonMasterserverGame.init(425, yPos, 150); yPos-=40; buttonJoinGame.registerGraphicComponent(containerName,"buttonJoinGame"); buttonJoinGame.init(425, yPos, 150); yPos-=40; - buttonTutorial.registerGraphicComponent(containerName,"buttonTutorial"); - buttonTutorial.init(425, yPos, 150); - yPos-=40; buttonReturn.registerGraphicComponent(containerName,"buttonReturn"); buttonReturn.init(425, yPos, 150);