Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 26, 2011, 8:13:15 PM (13 years ago)
Author:
rgrieder
Message:

Fixed GUITools.lua for good: both CECGUI 0.6 and 0.7 seem to work. At least I haven't noticed any bogus behaviour in the Credits or in the Quest sheet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/libraries/core/GUIManager.cc

    r7968 r7971  
    157157#ifdef ORXONOX_OLD_CEGUI
    158158        scriptModule_ = new LuaScriptModule(luaState_->getInternalLuaState());
     159        luaState_->doString("ORXONOX_OLD_CEGUI = true");
    159160#else
    160161        scriptModule_ = &LuaScriptModule::create(luaState_->getInternalLuaState());
Note: See TracChangeset for help on using the changeset viewer.