mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-03-21 18:21:08 +00:00
Use Library/Application Support/dhewm3 on OSX
This commit is contained in:
parent
2375dd1588
commit
8f6f1883ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue