diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 06:50:29 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-08 06:50:29 +0100 |
commit | 778d1381bb2dff5371782dbb773770f4adc17a35 (patch) | |
tree | d4e69b11889238d60d8c1ff29e1faea109e8ad7c /src/core/World.h | |
parent | GenerateOneRandomCar cleanup (diff) | |
download | re3-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 'src/core/World.h')
-rw-r--r-- | src/core/World.h | 2 |
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; |