Skip to content

Commit a1b3f86

Browse files
Merge pull request #5 from lotsofs/patch-5
Fix one entry in CLodModels.cpp
2 parents b7f0a9c + d9d5d51 commit a1b3f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/mods/deathmatch/logic/CLodModels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ constexpr std::pair<std::uint32_t, std::uint32_t> OBJ_LOD_MODELS_ARRAY[] = {
7676
{3381, 3382}, // cxrf_redarch => cxrf_lod_rdrch (countn2)
7777
{3402, 3404}, // sw_tempbarn01 => lodsw_tempbarn01 (countrye)
7878
{3403, 3405}, // sw_logcover => lodsw_logcover (countrye)
79-
{3412, 3413}, // cunterb03 => lodcunterb07 (countrye)
79+
{3411, 3413}, // cunterb01 => lodcunterb07 (countrye)
8080
{3414, 3421}, // ce_oldhut1 => lodce_oldhut1 (countrye)
8181
{3415, 3423}, // ce_loghut1 => lodce_loghut02 (countrye)
8282
{3417, 3423}, // ce_loghut02 => lodce_loghut02 (countrye)

0 commit comments

Comments
 (0)