Changeset 10739 in orxonox.OLD for branches/presentation/src/world_entities/weapons
- Timestamp:
- Jun 20, 2007, 7:47:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/weapon_manager.cc
r10715 r10739 267 267 if ( weapon == NULL ) 268 268 return false; 269 270 weapon->toList( this->parentEntity->getOMListNumber() ); 269 271 270 272 if (unlikely(configID >= WM_MAX_CONFIGS || slotID >= (int)this->slotCount))
Note: See TracChangeset
for help on using the changeset viewer.