summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/map.c b/src/map/map.c
index bcf6c83ad..f241c5fec 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -50,8 +50,6 @@
// maybe put basic macros to somewhere else
#define swap(a,b) ((a == b) || ((a ^= b), (b ^= a), (a ^= b)))
-unsigned long ticks = 0; // by MC Cameri
-
#ifndef TXT_ONLY
#include "mail.h" // mail system [Valaris]
@@ -167,6 +165,7 @@ char help_txt[256] = "conf/help.txt";
char wisp_server_name[24] = "Server"; // can be modified in char-server configuration file
int console = 0;
+
/*==========================================
* 全map鯖?計での接??設定
* (char鯖から送られてくる)
@@ -3422,8 +3421,6 @@ int do_init(int argc, char *argv[]) {
sprintf(tmp_output,"Server is '"CL_GREEN"ready"CL_RESET"' and listening on port '"CL_WHITE"%d"CL_RESET"'.\n\n", map_port);
ShowStatus(tmp_output);
- ticks = gettick();
-
return 0;
}