mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 08:51:57 +00:00
Changed SAVE_PATH on Windows so we don't break the savegames of the original game.
This commit is contained in:
parent
0be69a3162
commit
26d3ef7e54
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue