Wren testing

This commit is contained in:
iikorni
2026-09-03 22:18:23 -05:00
parent f1c99067d8
commit 1a0dad769c
49 changed files with 14712 additions and 72 deletions
+1 -1
View File
@@ -893,7 +893,7 @@ static void Mod_LoadEntities (lump_t *l)
mark = Hunk_LowMark();
if (l->filelen > 0) {
crc = CRC_Block(mod_base + l->fileofs, l->filelen - 1);
crc = crc::block(mod_base + l->fileofs, l->filelen - 1);
}
q_strlcpy(basemapname, loadmodel->name, sizeof(basemapname));