diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-03-24 20:24:47 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-03-24 22:43:26 -0700 |
commit | ef740ac0479a5a4f4240db63b84531599a26a983 (patch) | |
tree | acd1f7acfbba606beb4565fe4d520e8721a4d18e /src/map/map.c | |
parent | a2306446c86b3333e69b082e41ae76ba71a42d9d (diff) | |
download | tmwa-ef740ac0479a5a4f4240db63b84531599a26a983.tar.gz tmwa-ef740ac0479a5a4f4240db63b84531599a26a983.tar.bz2 tmwa-ef740ac0479a5a4f4240db63b84531599a26a983.tar.xz tmwa-ef740ac0479a5a4f4240db63b84531599a26a983.zip |
Fix timer bugs in previous version
The most visible effect of this was that the map-server would never actually
connect with the char-server
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 8261e49..7730b94 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -2113,7 +2113,6 @@ void do_final (void) delete_session (i); map_removenpc (); - timer_final (); numdb_final (id_db, NULL); strdb_final (map_db, NULL); |