Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 604


Ignore:
Timestamp:
Dec 17, 2007, 10:47:27 PM (16 years ago)
Author:
dumenim
Message:

fsdölkfjas

Location:
code/branches/FICN/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/Server.cc

    r601 r604  
    125125  void Server::updateGamestate(){
    126126    gamestates->update();
     127    std::cout << "updated gamestate, sending it" << std::endl;
    127128    sendGameState();
     129    std::cout << "sent gamestate" << std::endl;
    128130  }
    129131 
  • code/branches/FICN/src/orxonox/orxonox.cc

    r601 r604  
    162162        //if(mKeyboard->isKeyDown(OIS::KC_ESCAPE))
    163163          //cout << "maximal MouseX: " << maxMouseX << "\tminMouseX: " << minMouseX << endl;
    164         if(mode_==SERVER)
     164        if(mode_==PRESENTATION){
    165165          server_g->tick(evt.timeSinceLastFrame);
     166          std::cout << "tick server" << std::endl;
     167        }
    166168        usleep(10);
    167169        return !mKeyboard->isKeyDown(OIS::KC_ESCAPE);
Note: See TracChangeset for help on using the changeset viewer.