summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2008-04-17 16:23:36 +0000
committerYohann Ferreira <bertram@cegetel.net>2008-04-17 16:23:36 +0000
commitc93e1faa1034519c26ef4481c7cfd0bd465a6d85 (patch)
tree78bce6818146f358b63a586196030d5a4f021ad0 /src/main.h
parent1f639454d986ea0d44b563eaa71019d9f1c01c24 (diff)
downloadmana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.tar.gz
mana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.tar.bz2
mana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.tar.xz
mana-client-c93e1faa1034519c26ef4481c7cfd0bd465a6d85.zip
Added input type parameter to the LocalPlayer::SetDestination methods in order to keep control over
message flooding to the server with mouse dragging. (I need feedback !)
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;