Merge pull request #49 from yamgent/mod-ext-fix

Fix ModEXT.txt issues
This commit is contained in:
Ryan C. Gordon 2016-06-05 01:20:24 -04:00
commit d723153576
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
ModEXT.txt

View File

@ -169,7 +169,7 @@ void InitStreams(void)
}
// find eventual extension for the mod's dlls
_strModExt = "";
LoadStringVar(CTString("ModExt.txt"), _strModExt);
LoadStringVar(CTString("ModEXT.txt"), _strModExt);
CPrintF(TRANSV("Loading group files...\n"));