mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 05:48:59 +00:00
Merge remote-tracking branch 'upstream/miami' into miami
This commit is contained in:
commit
6556cb0db9
4 changed files with 3 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
BIN
src/skel/win/gtavc.ico
Normal file
BIN
src/skel/win/gtavc.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -42,6 +42,6 @@ END
|
||||||
|
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
// remains consistent on all systems.
|
// remains consistent on all systems.
|
||||||
IDI_MAIN_ICON ICON DISCARDABLE "gta3.ico"
|
IDI_MAIN_ICON ICON DISCARDABLE "gtavc.ico"
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
|
@ -735,6 +735,7 @@ CPlane::InitPlanes(void)
|
||||||
TotalDurationOfFlightPath2 = TotalLengthOfFlightPath2/CRUISE_SPEED;
|
TotalDurationOfFlightPath2 = TotalLengthOfFlightPath2/CRUISE_SPEED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
// Mission Cesna
|
// Mission Cesna
|
||||||
if(pPath3Nodes == nil){
|
if(pPath3Nodes == nil){
|
||||||
pPath3Nodes = LoadPath("data\\paths\\flight3.dat", NumPath3Nodes, TotalLengthOfFlightPath3, false);
|
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);
|
pPath4Nodes = LoadPath("data\\paths\\flight4.dat", NumPath4Nodes, TotalLengthOfFlightPath4, false);
|
||||||
TotalDurationOfFlightPath4 = TotalLengthOfFlightPath4/CRUISE_SPEED;
|
TotalDurationOfFlightPath4 = TotalLengthOfFlightPath4/CRUISE_SPEED;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
CStreaming::LoadAllRequestedModels(false);
|
CStreaming::LoadAllRequestedModels(false);
|
||||||
CStreaming::RequestModel(MI_AIRTRAIN, 0);
|
CStreaming::RequestModel(MI_AIRTRAIN, 0);
|
||||||
|
|
Loading…
Reference in a new issue