1
0
mirror of https://github.com/ptitSeb/Serious-Engine synced 2025-04-01 11:40:05 +02:00

Merge pull request 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
ModExt.txt
Sources/Engine/Base

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

@ -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"));