diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-01-23 16:43:19 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-01-23 16:43:19 +0100 |
commit | 18f80a02fcb35e42874ebdd91eea3286120c8afc (patch) | |
tree | 85acc3e425e4473de80b7263eb92699be5412b26 /src/vehicles/Plane.h | |
parent | Plane crashfix and more (diff) | |
download | re3-18f80a02fcb35e42874ebdd91eea3286120c8afc.tar re3-18f80a02fcb35e42874ebdd91eea3286120c8afc.tar.gz re3-18f80a02fcb35e42874ebdd91eea3286120c8afc.tar.bz2 re3-18f80a02fcb35e42874ebdd91eea3286120c8afc.tar.lz re3-18f80a02fcb35e42874ebdd91eea3286120c8afc.tar.xz re3-18f80a02fcb35e42874ebdd91eea3286120c8afc.tar.zst re3-18f80a02fcb35e42874ebdd91eea3286120c8afc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Plane.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicles/Plane.h b/src/vehicles/Plane.h index eddbc2cd..edca92ec 100644 --- a/src/vehicles/Plane.h +++ b/src/vehicles/Plane.h @@ -59,8 +59,8 @@ public: static bool TestRocketCollision(CVector *rocketPos); static void CreateIncomingCesna(void); static void CreateDropOffCesna(void); - static CVector FindDrugPlaneCoordinates(void); - static CVector FindDropOffCesnaCoordinates(void); + static const CVector FindDrugPlaneCoordinates(void); + static const CVector FindDropOffCesnaCoordinates(void); static bool HasCesnaLanded(void); static bool HasCesnaBeenDestroyed(void); static bool HasDropOffCesnaBeenShotDown(void); |