diff options
author | aap <aap@papnet.eu> | 2020-05-10 18:14:14 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-10 18:14:14 +0200 |
commit | d9a8bab63131ccbd46420c9950fcaaad95e248aa (patch) | |
tree | b3017e250ccbaf225106244221a9b3ee425c77bf /src/core/TempColModels.h | |
parent | Merge pull request #532 from Nick007J/miami (diff) | |
download | re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.gz re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.bz2 re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.lz re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.xz re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.tar.zst re3-d9a8bab63131ccbd46420c9950fcaaad95e248aa.zip |
Diffstat (limited to 'src/core/TempColModels.h')
-rw-r--r-- | src/core/TempColModels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/TempColModels.h b/src/core/TempColModels.h index 3e1dd5e1..0c936d6f 100644 --- a/src/core/TempColModels.h +++ b/src/core/TempColModels.h @@ -18,6 +18,7 @@ public: static CColModel ms_colModelBoot1; static CColModel ms_colModelDoor1; static CColModel ms_colModelBonnet1; + static CColModel ms_colModelWeapon; static void Initialise(void); }; |