- Timestamp:
- Jan 29, 2006, 2:27:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/hover.cc
r6814 r6824 294 294 295 295 Vector tmp = this->getAbsDir().apply(accel * 30.0); 296 tmp.y = accel.y ;296 tmp.y = accel.y * 1000.0 * dt; 297 297 velocity += tmp; 298 298
Note: See TracChangeset
for help on using the changeset viewer.