Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 9, 2009, 3:52:26 PM (15 years ago)
Author:
rgrieder
Message:

Removed GameStates IOConsole, Dedicated and DedicatedClient because they have been rendered obsolete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/orxonox/gamestates/GSRoot.cc

    r5929 r6043  
    9090    void GSRoot::update(const Clock& time)
    9191    {
    92         if (this->getActivity().topState)
    93         {
    94             // This state can not 'survive' on its own.
    95             // Load a user interface therefore
    96             Game::getInstance().requestState("ioConsole");
    97         }
    98 
    9992        for (ObjectList<Timer>::iterator it = ObjectList<Timer>::begin(); it; )
    10093            (it++)->tick(time);
Note: See TracChangeset for help on using the changeset viewer.