diff options
Diffstat (limited to 'src/core/TempColModels.h')
-rw-r--r-- | src/core/TempColModels.h | 2 |
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; |