summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Plane.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-16 11:34:51 +0200
committeraap <aap@papnet.eu>2020-05-16 11:34:51 +0200
commit9dc5dca209dce4cb846e99bc6d421444be8b22fa (patch)
treea4255df7c0dc4dded7bc2895baf6a80f3bad2955 /src/vehicles/Plane.cpp
parentMerge branch 'master' into miami (diff)
downloadre3-9dc5dca209dce4cb846e99bc6d421444be8b22fa.tar
re3-9dc5dca209dce4cb846e99bc6d421444be8b22fa.tar.gz
re3-9dc5dca209dce4cb846e99bc6d421444be8b22fa.tar.bz2
re3-9dc5dca209dce4cb846e99bc6d421444be8b22fa.tar.lz
re3-9dc5dca209dce4cb846e99bc6d421444be8b22fa.tar.xz
re3-9dc5dca209dce4cb846e99bc6d421444be8b22fa.tar.zst
re3-9dc5dca209dce4cb846e99bc6d421444be8b22fa.zip
Diffstat (limited to 'src/vehicles/Plane.cpp')
-rw-r--r--src/vehicles/Plane.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vehicles/Plane.cpp b/src/vehicles/Plane.cpp
index 39069364..8f32f12a 100644
--- a/src/vehicles/Plane.cpp
+++ b/src/vehicles/Plane.cpp
@@ -735,6 +735,7 @@ CPlane::InitPlanes(void)
TotalDurationOfFlightPath2 = TotalLengthOfFlightPath2/CRUISE_SPEED;
}
+/*
// Mission Cesna
if(pPath3Nodes == nil){
pPath3Nodes = LoadPath("data\\paths\\flight3.dat", NumPath3Nodes, TotalLengthOfFlightPath3, false);
@@ -746,6 +747,7 @@ CPlane::InitPlanes(void)
pPath4Nodes = LoadPath("data\\paths\\flight4.dat", NumPath4Nodes, TotalLengthOfFlightPath4, false);
TotalDurationOfFlightPath4 = TotalLengthOfFlightPath4/CRUISE_SPEED;
}
+*/
CStreaming::LoadAllRequestedModels(false);
CStreaming::RequestModel(MI_AIRTRAIN, 0);