summaryrefslogtreecommitdiffstats
path: root/src/vehicles
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-01-23 16:29:36 +0100
committerSergeanur <s.anureev@yandex.ua>2020-01-23 16:29:36 +0100
commit9eb599ff58fcc9d3f89872a548fcf2221c65061f (patch)
tree6e25b762d26b51ed9f6778543b543c7d6b79e889 /src/vehicles
parentConstructMloClumps (diff)
downloadre3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.tar
re3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.tar.gz
re3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.tar.bz2
re3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.tar.lz
re3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.tar.xz
re3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.tar.zst
re3-9eb599ff58fcc9d3f89872a548fcf2221c65061f.zip
Diffstat (limited to 'src/vehicles')
-rw-r--r--src/vehicles/Plane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Plane.cpp b/src/vehicles/Plane.cpp
index 29affdcb..cfe33556 100644
--- a/src/vehicles/Plane.cpp
+++ b/src/vehicles/Plane.cpp
@@ -959,7 +959,7 @@ CPlane::CreateDropOffCesna(void)
}
CVector CPlane::FindDrugPlaneCoordinates(void) { return pDrugRunCesna->GetPosition(); }
-CVector CPlane::FindDropOffCesnaCoordinates(void) { return pDrugRunCesna->GetPosition(); }
+CVector CPlane::FindDropOffCesnaCoordinates(void) { return pDropOffCesna->GetPosition(); }
bool CPlane::HasCesnaLanded(void) { return CesnaMissionStatus == CESNA_STATUS_LANDED; }
bool CPlane::HasCesnaBeenDestroyed(void) { return CesnaMissionStatus == CESNA_STATUS_DESTROYED; }
bool CPlane::HasDropOffCesnaBeenShotDown(void) { return DropOffCesnaMissionStatus == CESNA_STATUS_DESTROYED; }