Changeset 6753 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 26, 2006, 1:08:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon_manager.cc
r6737 r6753 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.