Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 20, 2008, 2:31:45 PM (16 years ago)
Author:
scheusso
Message:

revided and checked gamestate handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/Orxonox.cc

    r904 r905  
    107107        usleep(10);
    108108
     109        if(mode_!=CLIENT){
    109110        mKeyboard->capture();
    110111        return !mKeyboard->isKeyDown(OIS::KC_ESCAPE);
     112        }else
     113          return true;
    111114      }
    112115
     
    225228   
    226229   
    227     setupInputSystem();
     230    //setupInputSystem();
    228231   
    229232    createFrameListener();
Note: See TracChangeset for help on using the changeset viewer.