Changeset 6563 in orxonox.OLD for branches/network/src/world_entities
- Timestamp:
- Jan 18, 2006, 3:02:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6560 r6563 274 274 void SpaceShip::tick (float time) 275 275 { 276 this->getWeaponManager()->tick(time); 277 // weapon system manipulation 278 this->weaponAction(); 279 276 280 if( this != State::getPlayer()->getControllable()) 277 281 return; 282 278 283 // spaceship controlled movement 279 284 this->calculateVelocity(time); … … 314 319 this->shiftCoor (move); 315 320 316 this->getWeaponManager()->tick(time); 317 // weapon system manipulation 318 this->weaponAction(); 321 319 322 } 320 323
Note: See TracChangeset
for help on using the changeset viewer.