Skip to content

Commit

Permalink
constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Oct 31, 2024
1 parent 6244ebb commit 73a4252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/mods/deathmatch/logic/CLodModels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// This associates Object Model ID to its Object-LOD Model ID, according to the game's IPL files (plaintext + binary).

static const std::size_t OBJ_LOD_MODELS_COUNT = 4282;
static constexpr std::size_t OBJ_LOD_MODELS_COUNT = 4282;

static constexpr std::array<std::pair<std::uint32_t, std::uint32_t>, OBJ_LOD_MODELS_COUNT> OBJ_LOD_MODELS = {
{
Expand Down

0 comments on commit 73a4252

Please sign in to comment.