Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 16, 2009, 11:47:06 AM (15 years ago)
Author:
bknecht
Message:

Ugly hack to use GUI ingame. Hack itself needs improvement AND of course it should be hackfree!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSLevel.h

    r2710 r2790  
    4343        ~GSLevel();
    4444
     45        // was private before (is public now because of console command in GSStandalone)
     46        void setConfigValues();
     47
    4548    protected:
    4649        void enter(Ogre::Viewport* viewport);
     
    7174        ConsoleCommand*       ccTkeybind_;
    7275
    73     private:
    74         void setConfigValues();
    75 
    7676    };
    7777}
Note: See TracChangeset for help on using the changeset viewer.