Skip to content
Snippets Groups Projects

MD2 limits check hotfix

Merged Monster Iestyn requested to merge md2-limits-check-hotfix into master
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -791,7 +791,7 @@ void HWR_InitMD2(void)
md2_models[i].grpatch = NULL;
md2_models[i].skin = -1;
md2_models[i].notfound = true;
md2_models[s].error = false;
md2_models[i].error = false;
}
// read the md2.dat file
Loading