From c93e1faa1034519c26ef4481c7cfd0bd465a6d85 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Thu, 17 Apr 2008 16:23:36 +0000 Subject: 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 !) --- src/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.h') 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; -- cgit v1.2.3-70-g09d2