diff --git a/neo/sys/osx/DOOMController.mm b/neo/sys/osx/DOOMController.mm index f2d9f6f1..4cdbaa69 100644 --- a/neo/sys/osx/DOOMController.mm +++ b/neo/sys/osx/DOOMController.mm @@ -65,7 +65,7 @@ bool Sys_GetPath(sysPath_t type, idStr &path) { return true; case PATH_SAVE: - sprintf(buf, "%s/Library/Application Support/Doom 3", [NSHomeDirectory() cString]); + sprintf(buf, "%s/Library/Application Support/dhewm3", [NSHomeDirectory() cString]); path = buf; return true;