From 8f6f1883ffaf7fc633617fca38df52559515535a Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 3 Jul 2012 01:55:44 +0200 Subject: [PATCH] Use Library/Application Support/dhewm3 on OSX --- neo/sys/osx/DOOMController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;