mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Set homepath to "openmohaa" (win32) and ".openmohaa" (unix)
This commit is contained in:
parent
5c9fceea2c
commit
f61bda330e
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ extern "C" {
|
|||
// Note: An universal client is not currently possible without refactoring the network and the file system.
|
||||
// Pak files must be reloaded on-the-fly depending on the server the client is connecting to.
|
||||
//
|
||||
#define HOMEPATH_NAME_UNIX HOMEPATH_NAME_UNIX_MOH
|
||||
#define HOMEPATH_NAME_WIN HOMEPATH_NAME_WIN_MOH
|
||||
#define HOMEPATH_NAME_UNIX ".openmohaa"
|
||||
#define HOMEPATH_NAME_WIN "openmohaa"
|
||||
#define HOMEPATH_NAME_MACOSX HOMEPATH_NAME_WIN
|
||||
|
||||
#define CLIENT_WINDOW_TITLE PRODUCT_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue