Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

fsdölkfjas

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.