summaryrefslogtreecommitdiffstats
path: root/src/core/TempColModels.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-09-28 18:29:06 +0200
committerGitHub <noreply@github.com>2019-09-28 18:29:06 +0200
commit2d09a4b01347df4e552c746f5cc4c4a1eaba6586 (patch)
tree9d074f55b82c0a8eb1c7bb9daa8190db1219156c /src/core/TempColModels.h
parentMerge pull request #211 from erorcun/erorcun (diff)
parentAdded CUTSCENEDIRSIZE to Config enum and CUTSCENENAMESIZE macro (diff)
downloadre3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.gz
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.bz2
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.lz
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.xz
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.tar.zst
re3-2d09a4b01347df4e552c746f5cc4c4a1eaba6586.zip
Diffstat (limited to '')
-rw-r--r--src/core/TempColModels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/TempColModels.h b/src/core/TempColModels.h
index f91ac77e..263904d3 100644
--- a/src/core/TempColModels.h
+++ b/src/core/TempColModels.h
@@ -13,7 +13,7 @@ public:
static CColModel &ms_colModelPanel1;
static CColModel &ms_colModelBodyPart2;
static CColModel &ms_colModelBodyPart1;
- static CColModel &ms_colModelCutObj;
+ static CColModel (&ms_colModelCutObj)[5];
static CColModel &ms_colModelPedGroundHit;
static CColModel &ms_colModelBoot1;
static CColModel &ms_colModelDoor1;