diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-07 15:41:38 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-07 15:41:38 +0000 |
commit | ec11a6a46dcb98508758d0fb96d18194f28450c5 (patch) | |
tree | f7d2d8aef6bc3ab7db6cafd610dcd6a3f8053110 /src/map/map.h | |
parent | 24ec5cc01a034fe378bc0e8dfb7426a2dbbf8563 (diff) | |
download | hercules-ec11a6a46dcb98508758d0fb96d18194f28450c5.tar.gz hercules-ec11a6a46dcb98508758d0fb96d18194f28450c5.tar.bz2 hercules-ec11a6a46dcb98508758d0fb96d18194f28450c5.tar.xz hercules-ec11a6a46dcb98508758d0fb96d18194f28450c5.zip |
* Added uptime logging support whenever the server closes
* Fixed 'make clean' not removing the .o files in /common
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1207 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.h b/src/map/map.h index aa73b7a8b..1cae3dccc 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -788,8 +788,6 @@ int map_who(int fd); void map_helpscreen(); // [Valaris] int map_delmap(char *mapname); -extern unsigned long ticks; - #ifndef TXT_ONLY // MySQL |