summaryrefslogtreecommitdiffstats
path: root/src/core/World.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-12-08 06:50:29 +0100
committerSergeanur <s.anureev@yandex.ua>2020-12-08 06:50:29 +0100
commit778d1381bb2dff5371782dbb773770f4adc17a35 (patch)
treed4e69b11889238d60d8c1ff29e1faea109e8ad7c /src/core/World.h
parentGenerateOneRandomCar cleanup (diff)
downloadre3-778d1381bb2dff5371782dbb773770f4adc17a35.tar
re3-778d1381bb2dff5371782dbb773770f4adc17a35.tar.gz
re3-778d1381bb2dff5371782dbb773770f4adc17a35.tar.bz2
re3-778d1381bb2dff5371782dbb773770f4adc17a35.tar.lz
re3-778d1381bb2dff5371782dbb773770f4adc17a35.tar.xz
re3-778d1381bb2dff5371782dbb773770f4adc17a35.tar.zst
re3-778d1381bb2dff5371782dbb773770f4adc17a35.zip
Diffstat (limited to '')
-rw-r--r--src/core/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/World.h b/src/core/World.h
index 9465a914..197f3cee 100644
--- a/src/core/World.h
+++ b/src/core/World.h
@@ -55,7 +55,7 @@ struct CStoredCollPoly;
class CWorld
{
- static CPtrList ms_bigBuildingsList[4];
+ static CPtrList ms_bigBuildingsList[NUM_LEVELS];
static CPtrList ms_listMovingEntityPtrs;
static CSector ms_aSectors[NUMSECTORS_Y][NUMSECTORS_X];
static uint16 ms_nCurrentScanCode;