Changeset 6568 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 18, 2006, 3:21:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon_manager.cc
r6561 r6568 385 385 tickWeapon->toList(this->parent->getOMListNumber()); 386 386 this->currentSlotConfig[i].position.activateNode(); 387 if (this->parent->isA(CL_PLAYABLE)) 388 { 389 dynamic_cast<Playable*>(this->parent)->weaponConfigChanged(); 390 } 387 391 } 388 392 else
Note: See TracChangeset
for help on using the changeset viewer.