diff --git a/ModExt.txt b/ModExt.txt deleted file mode 120000 index a5e8d636b..000000000 --- a/ModExt.txt +++ /dev/null @@ -1 +0,0 @@ -ModEXT.txt \ No newline at end of file diff --git a/Sources/Engine/Base/Stream.cpp b/Sources/Engine/Base/Stream.cpp index d48f827d8..6c08446d1 100755 --- a/Sources/Engine/Base/Stream.cpp +++ b/Sources/Engine/Base/Stream.cpp @@ -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"));