- Timestamp:
- Jun 28, 2006, 1:21:37 AM (18 years ago)
- Location:
- branches/multi_player_map/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/util/game_rules.cc
r8802 r8840 90 90 if ( !SharedNetworkData::getInstance()->isGameServer() ) 91 91 return; 92 92 93 PRINTF(0)("Received Event: Kill\n"); 93 this->killList.push_back(kill);94 // this->killList.push_back(kill); 94 95 } 95 96 -
branches/multi_player_map/src/world_entities/space_ships/space_ship.cc
r8839 r8840 384 384 this->shiftCoor(move); 385 385 386 PRINTF(0)("id of %s is: %i\n", this->getName(), this->getOMListNumber());386 // PRINTF(0)("id of %s is: %i\n", this->getName(), this->getOMListNumber()); 387 387 388 388 }
Note: See TracChangeset
for help on using the changeset viewer.