Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 8, 2011, 8:24:06 PM (13 years ago)
Author:
jo
Message:

Fixed the SpaceCruiser - no offset between the model's location and the worldentitie's location anymore.

File:
1 edited

Legend:

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

    r8862 r8924  
    223223
    224224    GUIManager* GUIManager::singletonPtr_s = 0;
    225     /*static*/ const std::string GUIManager::defaultScheme_ = "TaharezGreen";
     225    /*static*/ const std::string GUIManager::defaultScheme_ = "Orxonox"; //TaharezGreen
    226226
    227227    SetConsoleCommand("showGUI", &GUIManager::showGUI).defaultValue(1, false).defaultValue(2, false);
Note: See TracChangeset for help on using the changeset viewer.