Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2009, 3:18:08 PM (15 years ago)
Author:
bknecht
Message:

Fixed some bugs. Please do not break the code, when working with other people on one branch. Also check if the game runs and not just compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gamestates/GSMainMenu.cc

    r2850 r2853  
    6767
    6868        // show main menu
    69         GUIManager::getInstance().showGUI("mainMenu");
     69        GUIManager::getInstance().showGUI("mainmenu");
    7070        GUIManager::getInstance().setCamera(this->camera_);
    7171        GraphicsManager::getInstance().setCamera(this->camera_);
     
    7777            CommandExecutor::addConsoleCommandShortcut(this->ccStartGame_);
    7878        }
    79        
     79
    8080        InputManager::getInstance().requestEnterState("mainMenu");
    8181    }
Note: See TracChangeset for help on using the changeset viewer.