From: Wolfgang Becker Date: Sun, 9 Jul 2006 12:43:56 +0000 (+0000) Subject: save config to ~/.supertux2 to avoid collision with MS1. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2848fee5904ab9dba5b523804ffdbb09b4042af5;p=supertux.git save config to ~/.supertux2 to avoid collision with MS1. SVN-Revision: 3968 --- diff --git a/src/main.cpp b/src/main.cpp index 380369357..1eadf1abf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,7 +86,7 @@ static void init_physfs(const char* argv0) // Initialize physfs (this is a slightly modified version of // PHYSFS_setSaneConfig - const char* application = PACKAGE_NAME; + const char* application = "supertux2"; //instead of PACKAGE_NAME so we can coexist with MS1 const char* userdir = PHYSFS_getUserDir(); const char* dirsep = PHYSFS_getDirSeparator(); char* writedir = new char[strlen(userdir) + strlen(application) + 2];