diff options
author | aap <aap@papnet.eu> | 2019-06-21 17:28:55 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-21 17:28:55 +0200 |
commit | 66462d348bec183e6b7cf848a463052759221928 (patch) | |
tree | 797c5e37ee91514dbdffe2433394e8b994e16836 /src/FileLoader.cpp | |
parent | 3271467976b30edb0eba2bb0d43d47c0a7f38c86 (diff) |
more CStreaming; fixed CFileLoader
Diffstat (limited to 'src/FileLoader.cpp')
-rw-r--r-- | src/FileLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FileLoader.cpp b/src/FileLoader.cpp index 1295177d..f50638b4 100644 --- a/src/FileLoader.cpp +++ b/src/FileLoader.cpp @@ -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 |