- Timestamp:
- Jan 18, 2006, 3:00:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6553 r6560 39 39 #include "graphics_engine.h" 40 40 41 42 #include "state.h" 43 #include "player.h" 41 44 42 45 … … 271 274 void SpaceShip::tick (float time) 272 275 { 273 276 if( this != State::getPlayer()->getControllable()) 277 return; 274 278 // spaceship controlled movement 275 279 this->calculateVelocity(time);
Note: See TracChangeset
for help on using the changeset viewer.