Skip to content

Commit

Permalink
model: replace ctc by md2 models on load
Browse files Browse the repository at this point in the history
Temporary fix for ctc model load.
  • Loading branch information
0lvin committed Sep 22, 2024
1 parent 8d3d318 commit 98baf82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/models.c
Original file line number Diff line number Diff line change
Expand Up @@ -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") ||
Expand Down

0 comments on commit 98baf82

Please sign in to comment.