mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
model: replace ctc by md2 models on load
Temporary fix for ctc model load.
This commit is contained in:
parent
8d3d318b95
commit
98baf8223b
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ Mod_LoadFileWithoutExt(const char *namewe, void **buffer, const char* ext)
|
|||
tlen = strlen(namewe);
|
||||
|
||||
if (!strcmp(ext, "fm") ||
|
||||
!strcmp(ext, "ctc") ||
|
||||
!strcmp(ext, "def") ||
|
||||
!strcmp(ext, "dkm") ||
|
||||
!strcmp(ext, "mda") ||
|
||||
|
|
Loading…
Reference in a new issue