Wren testing
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user