Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 26, 2011, 5:23:49 PM (13 years ago)
Author:
rgrieder
Message:

Starting an Orxonox macro with CEGUI is probably not such a good idea.
Also fixed two little bugs.

File:
1 edited

Legend:

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

    r7967 r7968  
    5959
    6060#if CEGUI_VERSION_MAJOR < 1 && CEGUI_VERSION_MINOR < 7
    61 #  define CEGUI_OLD_VERSION
     61#  define ORXONOX_OLD_CEGUI
    6262#endif
    6363
     
    153153        Loki::ObjScopeGuardImpl0<GUIManager, void (GUIManager::*)()> destroyer_;
    154154
    155 #ifdef CEGUI_OLD_VERSION
     155#ifdef ORXONOX_OLD_CEGUI
    156156        CEGUI::OgreCEGUIRenderer*            guiRenderer_;      //!< CEGUI's interface to the Ogre Engine
    157157        CEGUI::ResourceProvider*             resourceProvider_; //!< CEGUI's resource provider
     
    161161        CEGUI::OgreResourceProvider*         resourceProvider_; //!< CEGUI's resource provider
    162162        CEGUI::OgreImageCodec*               imageCodec_;
    163         static const bool                    CEGUIVERSION7 = false;
     163        static const bool                    CEGUIVERSION7 = true;
    164164#endif
    165165        LuaState*                            luaState_;         //!< LuaState, access point to the Lua engine
Note: See TracChangeset for help on using the changeset viewer.