Changeset 10721 in orxonox.OLD for branches/presentation/src/world_entities/npcs
- Timestamp:
- Jun 18, 2007, 7:40:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/npc.cc
r10710 r10721 407 407 { 408 408 int slot = ws->getWeaponSlot(); 409 // int side = ws->getWeaponSide(); //FIXME / REMOVE : is not used409 // int side = ws->getWeaponSide(); //FIXME / REMOVED: is not used 410 410 this->getWeaponManager().setSlotPosition(slot, (*it).second->getCenter()); 411 411 this->getWeaponManager().setSlotDirection(slot, ws->getRelDir());
Note: See TracChangeset
for help on using the changeset viewer.