Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6468 in orxonox.OLD for trunk/src/util/state.cc


Ignore:
Timestamp:
Jan 11, 2006, 12:00:06 PM (18 years ago)
Author:
bensch
Message:

trunk: added localPlayer and SkyBox to state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/state.cc

    r6441 r6468  
    2929PNode* State::cameraTarget = NULL;
    3030
     31Player* State::_localPlayer = NULL;
     32SkyBox* State::_skyBox = NULL;
     33
    3134ObjectManager* State::objectManager = NULL;
    3235
Note: See TracChangeset for help on using the changeset viewer.