Changeset 8316 in orxonox.OLD for trunk/src/world_entities/space_ships/turbine_hover.cc
- Timestamp:
- Jun 11, 2006, 1:57:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/turbine_hover.cc
r7868 r8316 297 297 { 298 298 Vector accel(0.0, 0.0, 0.0); 299 float rotSpeed = .3;300 299 301 300 if( this->bForward ) … … 416 415 } 417 416 break; 417 default: 418 PRINTF(2)("Playmode %s Not Implemented\n", Playable::playmodeToString(this->getPlaymode()).c_str()); 418 419 } 419 420 }
Note: See TracChangeset
for help on using the changeset viewer.