Use Library/Application Support/dhewm3 on OSX

This commit is contained in:
dhewg 2012-07-03 01:55:44 +02:00
parent 2375dd1588
commit 8f6f1883ff

View file

@ -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;