From 26d3ef7e54f401321f02dc14a00db94a6d0ac4b6 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Fri, 21 Dec 2012 16:02:42 +0100 Subject: [PATCH] Changed SAVE_PATH on Windows so we don't break the savegames of the original game. --- neo/framework/Licensee.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/neo/framework/Licensee.h b/neo/framework/Licensee.h index 502ab3c1..faecacbe 100644 --- a/neo/framework/Licensee.h +++ b/neo/framework/Licensee.h @@ -36,9 +36,12 @@ If you have questions concerning this license or the applicable additional terms */ #define GAME_NAME "DOOM 3: BFG Edition" // appears on window titles and errors -#define SAVE_PATH "\\id Software\\DOOM 3 BFG" + +// RB: changed home folder so we don't break the savegame of the original game +#define SAVE_PATH "\\id Software\\RBDOOM 3 BFG" #define ENGINE_VERSION "RBD3BFG 1" // printed in console +// RB end #define BASE_GAMEDIR "base" @@ -60,11 +63,7 @@ If you have questions concerning this license or the applicable additional terms // RB begin // Linux info -#ifdef ID_DEMO_BUILD -#define LINUX_DEFAULT_PATH "/usr/local/games/rbdoom3-bfg-demo" -#else #define LINUX_DEFAULT_PATH "/usr/local/games/rbdoom3-bfg" -#endif // RB end