Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 7, 2009, 5:05:45 PM (15 years ago)
Author:
bknecht
Message:

hack to include gui into hud

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gui/GUIManager.cc

    r2927 r2957  
    187187        try
    188188        {
    189             // call main Lua script
    190             this->scriptModule_->executeScriptFile("loadGUI_2.lua", "GUI");
    191189            // set datapath for GUI data
    192190            lua_pushfstring(this->scriptModule_->getLuaState(), Core::getMediaPathString().c_str());
    193191            lua_setglobal(this->scriptModule_->getLuaState(), "datapath");
     192            // call main Lua script
     193            this->scriptModule_->executeScriptFile("loadGUI_3.lua", "GUI");
    194194        }
    195195        catch (CEGUI::Exception& ex)
Note: See TracChangeset for help on using the changeset viewer.