Changeset 2957 for code/trunk/src/orxonox/gui
- Timestamp:
- May 7, 2009, 5:05:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gui/GUIManager.cc
r2927 r2957 187 187 try 188 188 { 189 // call main Lua script190 this->scriptModule_->executeScriptFile("loadGUI_2.lua", "GUI");191 189 // set datapath for GUI data 192 190 lua_pushfstring(this->scriptModule_->getLuaState(), Core::getMediaPathString().c_str()); 193 191 lua_setglobal(this->scriptModule_->getLuaState(), "datapath"); 192 // call main Lua script 193 this->scriptModule_->executeScriptFile("loadGUI_3.lua", "GUI"); 194 194 } 195 195 catch (CEGUI::Exception& ex)
Note: See TracChangeset
for help on using the changeset viewer.