mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 07:14:09 +00:00
Merge branch 'master' into miami
# Conflicts: # src/control/Garages.cpp # src/core/FileLoader.cpp # src/core/Streaming.cpp # src/core/Zones.cpp # src/core/Zones.h # src/render/Renderer.cpp # src/rw/VisibilityPlugins.cpp
This commit is contained in:
commit
7c2b9478d5
49 changed files with 146 additions and 61 deletions
|
@ -804,6 +804,7 @@ CStreaming::RequestIslands(eLevelName level)
|
|||
if(islandLODmainland != -1)
|
||||
RequestModel(islandLODmainland, BIGBUILDINGFLAGS);
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1919,7 +1920,7 @@ CStreaming::ProcessLoadingChannel(int32 ch)
|
|||
void
|
||||
CStreaming::RetryLoadFile(int32 ch)
|
||||
{
|
||||
char *key;
|
||||
Const char *key;
|
||||
|
||||
CPad::StopPadsShaking();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue