mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-03 14:30:45 +00:00
use GAMENAMELOWERCASE for defining GAME_DIR.
This was handled inconsistently in different parts of the Mac backend.
This commit is contained in:
parent
3ad50d5045
commit
9b751d6469
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const char *GetVersionString();
|
|||
#define NETGAMEVERSION 1
|
||||
|
||||
#if defined(__APPLE__) || defined(_WIN32)
|
||||
#define GAME_DIR GAMENAME
|
||||
#define GAME_DIR GAMENAMELOWERCASE
|
||||
#else
|
||||
#define GAME_DIR ".config/" GAMENAMELOWERCASE
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue