mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-03-31 11:20:19 +02:00
Fix casing for ModExt.txt
Some file systems are case-sensitive, so use proper casing.
This commit is contained in:
parent
b42612e8fb
commit
577373f91e
@ -169,7 +169,7 @@ void InitStreams(void)
|
|||||||
}
|
}
|
||||||
// find eventual extension for the mod's dlls
|
// find eventual extension for the mod's dlls
|
||||||
_strModExt = "";
|
_strModExt = "";
|
||||||
LoadStringVar(CTString("ModExt.txt"), _strModExt);
|
LoadStringVar(CTString("ModEXT.txt"), _strModExt);
|
||||||
|
|
||||||
|
|
||||||
CPrintF(TRANSV("Loading group files...\n"));
|
CPrintF(TRANSV("Loading group files...\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user