Skip to content

Commit

Permalink
Merge pull request #49 from yamgent/mod-ext-fix
Browse files Browse the repository at this point in the history
Fix ModEXT.txt issues
  • Loading branch information
icculus committed Jun 5, 2016
2 parents aced268 + 577373f commit d723153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ModExt.txt

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/Engine/Base/Stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit d723153

Please sign in to comment.