(svn r26864) -Codechange: bring a bit more OO into the disaster vehicles

This commit is contained in:
rubidium
2014-09-20 15:46:44 +00:00
parent 6c2abf0930
commit 9e0f4b3847
13 changed files with 191 additions and 145 deletions

View File

@@ -41,8 +41,6 @@
#include "safeguards.h"
static const int ROTOR_Z_OFFSET = 5; ///< Z Offset between helicopter- and rotorsprite.
static const int PLANE_HOLDING_ALTITUDE = 150; ///< Altitude of planes in holding pattern (= lowest flight altitude).
static const int HELI_FLIGHT_ALTITUDE = 184; ///< Normal flight altitude of helicopters.