We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0bb96 commit 84ed462Copy full SHA for 84ed462
src/common/common.cc
@@ -98,13 +98,13 @@ Common::GetRainbomizerFileName (const std::string &name,
98
std::string baseDir
99
= GetGameDirRelativePathA (("rainbomizer/" + subdirs).c_str ());
100
101
- if (!std::filesystem::exists (baseDir))
+ if (!std::filesystem::exists (GetGameDirRelativePathA ("rainbomizer/")))
102
{
103
MessageBox (NULL,
104
"Failed to locate Rainbomizer Data "
105
"Directory.\n\nPlease reinstall the mod following "
106
"the instructions in the README.",
107
- "You fool!", MB_ICONHAND);
+ "Installation Validation Error", MB_ICONHAND);
108
abort ();
109
}
110
0 commit comments