summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Heli.cpp
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-13 00:18:58 +0100
committerwithmorten <morten.with@gmail.com>2021-01-13 00:18:58 +0100
commit232d990e6d76e52821a5cc69d51048a94ddec867 (patch)
tree54edaa621f908d199089f14aa1c0ccaeda9d10a6 /src/vehicles/Heli.cpp
parentfix (diff)
downloadre3-232d990e6d76e52821a5cc69d51048a94ddec867.tar
re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.gz
re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.bz2
re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.lz
re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.xz
re3-232d990e6d76e52821a5cc69d51048a94ddec867.tar.zst
re3-232d990e6d76e52821a5cc69d51048a94ddec867.zip
Diffstat (limited to 'src/vehicles/Heli.cpp')
-rw-r--r--src/vehicles/Heli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Heli.cpp b/src/vehicles/Heli.cpp
index 644fdde8..7854f7fd 100644
--- a/src/vehicles/Heli.cpp
+++ b/src/vehicles/Heli.cpp
@@ -762,7 +762,7 @@ CHeli::InitHelis(void)
}
CHeli*
-GenerateHeli(bool catalina)
+CHeli::GenerateHeli(bool catalina)
{
CHeli *heli;
CVector heliPos;