Fixed change altitude and speed for helicopters

This commit is contained in:
Pax1601
2023-12-05 09:11:36 +01:00
parent 62142ed976
commit 71cf7c67f7
5 changed files with 23 additions and 19 deletions

View File

@@ -17,6 +17,7 @@ public:
virtual void changeSpeed(string change) = 0;
virtual void changeAltitude(string change) = 0;
virtual double getDestinationReachedThreshold() { return AIR_DEST_DIST_THR; }
protected:
virtual void AIloop();