Navigation Menu

Skip to content

Commit

Permalink
Fix "pointers"->"pointer".
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Feb 15, 2015
1 parent a31f814 commit 0f0e771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SADXModLoader/dllmain.cpp
Expand Up @@ -976,7 +976,7 @@ static void __cdecl InitMods(void)
}
else if (type == "deathzone")
{
if (!group->hasKeyNonEmpty("filename") || !group->hasKeyNonEmpty("pointers")) continue;
if (!group->hasKeyNonEmpty("filename") || !group->hasKeyNonEmpty("pointer")) continue;
wstring dzinipath = mod_dir + L'\\' + group->getWString("filename");
IniFile *dzdata = new IniFile(dzinipath);
wchar_t *buf = new wchar_t[dzinipath.size() + 1];
Expand Down

0 comments on commit 0f0e771

Please sign in to comment.