Set homepath to "openmohaa" (win32) and ".openmohaa" (unix)

This commit is contained in:
smallmodel 2023-08-25 22:55:27 +02:00
parent 5c9fceea2c
commit f61bda330e
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -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