diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -116,6 +116,9 @@ const short defaultMusicVolume = 60; const std::string defaultAccountServerName = "testing.themanaworld.org"; const short defaultAccountServerPort = 9601; +// Defines the number of usable player slots +const short maxSlot = 2; + extern std::string token; extern unsigned char state; extern std::string errorMessage; |