We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6244ebb commit 73a4252Copy full SHA for 73a4252
Shared/mods/deathmatch/logic/CLodModels.cpp
@@ -12,7 +12,7 @@
12
13
// This associates Object Model ID to its Object-LOD Model ID, according to the game's IPL files (plaintext + binary).
14
15
-static const std::size_t OBJ_LOD_MODELS_COUNT = 4282;
+static constexpr std::size_t OBJ_LOD_MODELS_COUNT = 4282;
16
17
static constexpr std::array<std::pair<std::uint32_t, std::uint32_t>, OBJ_LOD_MODELS_COUNT> OBJ_LOD_MODELS = {
18
{
0 commit comments