- Timestamp:
- Jan 30, 2007, 2:27:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r10449 r10496 367 367 //this->travelDistancePlus = Vector2D(38.0, 43.0); 368 368 //this->travelDistanceMinus = Vector2D(-38.0, -43.0); 369 this->travelDistancePlus = Vector2D(50 ,50);370 this->travelDistanceMinus = Vector2D(-50 ,-50);369 this->travelDistancePlus = Vector2D(500,500); 370 this->travelDistanceMinus = Vector2D(-500,-500); 371 371 this->isTravelDistanceInit = true; 372 372 this->actionWidthPercentage = 1;
Note: See TracChangeset
for help on using the changeset viewer.