From 2848fee5904ab9dba5b523804ffdbb09b4042af5 Mon Sep 17 00:00:00 2001 From: Wolfgang Becker Date: Sun, 9 Jul 2006 12:43:56 +0000 Subject: [PATCH] save config to ~/.supertux2 to avoid collision with MS1. SVN-Revision: 3968 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.11.0