Changeset 2845 for code/branches/gui/src/orxonox/Main.cc
- Timestamp:
- Mar 25, 2009, 5:33:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/Main.cc
r2844 r2845 48 48 { 49 49 orxonox::Game orxonox(argc, argv); 50 51 orxonox.setStateHierarchy( 52 "root" 53 " graphics" 54 " mainMenu" 55 " standalone" 56 " level" 57 " server" 58 " level" 59 " client" 60 " level" 61 " dedicated" 62 " level" 63 " ioConsole" 64 ); 65 50 66 orxonox.run(); 51 67 } // orxonox gets destroyed right here!
Note: See TracChangeset
for help on using the changeset viewer.