Changeset 6749 in orxonox.OLD for branches/network
- Timestamp:
- Jan 26, 2006, 12:23:06 AM (19 years ago)
- Location:
- branches/network/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/handshake.cc
r6695 r6749 21 21 22 22 #include "handshake.h" 23 24 #include "assert.h" 23 25 24 26 Handshake::Handshake( bool server, int clientId, int networkGameManagerId ) -
branches/network/src/world_entities/weapons/weapon_manager.cc
r6740 r6749 217 217 bool WeaponManager::addWeapon(Weapon* weapon, int configID, int slotID) 218 218 { 219 //if ( weapon == NULL )219 if ( weapon == NULL ) 220 220 return false; 221 221
Note: See TracChangeset
for help on using the changeset viewer.