Changeset 6778 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 26, 2006, 5:49:58 PM (19 years ago)
- Location:
- trunk/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r6671 r6778 219 219 220 220 /* draw objectComponent1: gun coil - animated stuff */ 221 glMatrixMode(GL_MODELVIEW);222 221 glPushMatrix(); 223 222 glTranslatef (this->objectComponent1->getAbsCoor ().x, -
trunk/src/world_entities/weapons/weapon_manager.cc
r6753 r6778 417 417 this->currentSlotConfig[i].position.activateNode(); 418 418 tickWeapon->setParent(&this->currentSlotConfig[i].position); 419 printf("ACTIVATE\n");420 419 } 421 420 else
Note: See TracChangeset
for help on using the changeset viewer.