Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2006, 10:05:52 AM (18 years ago)
Author:
patrick
Message:

yet another strang bug occured. flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_monitor.cc

    r9400 r9404  
    3333SHELL_COMMAND(showGUI, NetworkMonitor, showGUI);
    3434SHELL_COMMAND(hideGUI, NetworkMonitor, hideGUI);
    35 // SHELL_COMMAND(output, MappedWater, saveParams);
     35SHELL_COMMAND(debug, NetworkMonitor, debug);
    3636
    3737
     
    106106    if( *it == node)
    107107    {
     108      if( node->getNodeType() == NET_CLIENT)
     109        this->playerNumber--;
     110
    108111      this->nodeList.erase(it);
    109       this->playerNumber--;
    110112      return;
    111113    }
Note: See TracChangeset for help on using the changeset viewer.