Make paths slashed again!

This commit is contained in:
Jammyjamjamman
2019-04-04 21:27:30 +01:00
parent 54161578f2
commit 58d6846b11

View File

@@ -219,7 +219,7 @@ namespace Game {
if (foundPath == false) { if (foundPath == false) {
foundPath = foundPath =
tryCustomPath(cfgType, fileName, tryCustomPath(cfgType, fileName,
formatPath(TOSTRING(DATADIR))); formatPath(endPathWithSlash((DATADIR))));
} }
#endif #endif