mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 04:44:09 +00:00
more CStreaming; fixed CFileLoader
This commit is contained in:
parent
3271467976
commit
66462d348b
4 changed files with 465 additions and 9 deletions
|
@ -1082,7 +1082,7 @@ CFileLoader::LoadCullZone(const char *line)
|
|||
&minx, &miny, &minz,
|
||||
&maxx, &maxy, &maxz,
|
||||
&flags, &wantedLevelDrop);
|
||||
CCullZones::AddCullZone(pos, minx, maxx, miny, maxy, minz, maxy, flags, wantedLevelDrop);
|
||||
CCullZones::AddCullZone(pos, minx, maxx, miny, maxy, minz, maxz, flags, wantedLevelDrop);
|
||||
}
|
||||
|
||||
// unused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue