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 71fb7f5 commit 26f980eCopy full SHA for 26f980e
Shared/mods/deathmatch/logic/CLodModels.cpp
@@ -10,7 +10,8 @@
10
#include "StdInc.h"
11
#include "CLodModels.h"
12
13
- // 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.
14
+ // Data was taken to the game's IPL files (plaintext + binary).
15
16
constexpr std::size_t OBJ_LOD_MODELS_COUNT = 4282;
17
0 commit comments