Remove unfinished code from last commit
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4987 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
e4610b86c0
commit
c5944ddeef
@ -5201,11 +5201,6 @@ static GLfloat scripted_color[4] = { 0.0, 0.0, 0.0, 0.0}; // to be defined by s
|
||||
if (desired_speed > max_available_speed)
|
||||
desired_speed = max_available_speed;
|
||||
|
||||
if (flightSpeed > maxFlightSpeed)
|
||||
{
|
||||
dt_thrust *= [self afterburnerFactor]; // like player get higher thrust under injection
|
||||
}
|
||||
|
||||
if (flightSpeed > desired_speed)
|
||||
{
|
||||
[self decrease_flight_speed: dt_thrust];
|
||||
|
Loading…
x
Reference in New Issue
Block a user