summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 691660e5..3835f355 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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;