diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-05-04 15:39:35 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-09 21:36:29 +0000 |
commit | aa99c0230b8d1c9118779c75d5f8c98d5683f1c3 (patch) | |
tree | 1fc20a760cdf94091d73d313f28493f4869d67d0 /src/qcommon | |
parent | 1ed7bc5f7fee06300b27e214ca78a739ac263b0b (diff) |
- Add HOMEPATH default name define to q_shared.c, patch by uZu (#4973) - Reverted change from (#4972) and implemented the other suggestion to be consistent with cl_cgame.c and cl_ui.c
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/q_shared.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index 1cedf6a8..cdb96b11 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -40,6 +40,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define GAMENAME_FOR_MASTER "Tremulous" #define HEARTBEAT_FOR_MASTER GAMENAME_FOR_MASTER #define FLATLINE_FOR_MASTER GAMENAME_FOR_MASTER "dead" +#define HOMEPATH_NAME_UNIX ".tremulous" +#define HOMEPATH_NAME_WIN "Tremulous" +#define HOMEPATH_NAME_MACOSX HOMEPATH_NAME_WIN #define MAX_TEAMNAME 32 #define MAX_MASTER_SERVERS 5 // number of supported master servers |