Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9257 in orxonox.OLD for branches/proxy/src/util/game_rules.cc


Ignore:
Timestamp:
Jul 12, 2006, 5:10:09 PM (18 years ago)
Author:
patrick
Message:

more framework switching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/util/game_rules.cc

    r9008 r9257  
    8888void GameRules::registerKill(const Kill& kill)
    8989{
    90   if ( !SharedNetworkData::getInstance()->isGameServer() )
     90  if ( !SharedNetworkData::getInstance()->isMasterServer() )
    9191    return;
    9292
Note: See TracChangeset for help on using the changeset viewer.