- Timestamp:
- Dec 22, 2009, 11:20:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/SingleplayerMenu.lua
r6388 r6403 42 42 if choice then 43 43 orxonox.LevelManager:getInstance():setDefaultLevel(choice:getText() .. ".oxw") 44 orxonox. CommandExecutor:execute("startGame")44 orxonox.execute("startGame") 45 45 hideAllGUIs() 46 46 end
Note: See TracChangeset
for help on using the changeset viewer.