Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Nov 2, 2024
1 parent 71fb7f5 commit 26f980e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Shared/mods/deathmatch/logic/CLodModels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#include "StdInc.h"
#include "CLodModels.h"

// This associates Object Model ID to its Object-LOD Model ID, according to the game's IPL files (plaintext + binary).
// This array associates HLOD Object Model ID -> LLOD Object Model ID for all objects that have LLOD models.
// Data was taken to the game's IPL files (plaintext + binary).

constexpr std::size_t OBJ_LOD_MODELS_COUNT = 4282;

Expand Down

0 comments on commit 26f980e

Please sign in to comment.