From f3ac07ef1c9f6224f985d5bff2f405f6bc9bf226 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 6 Oct 2007 15:35:31 +0000 Subject: * the mapserver won't exit when no mapcache is found, with use_grf: yes * Fixed some \r uses, now looks better; /thx to Ai4rei (topic:165952) * Removed that ridiculous spinner that displays during map/npc loading, and added a more informative progress indicator (idea from jA/eapp) * Checked/fixed/removed some old script and npc commands * cmdothernpc - a specialized 'donpcevent' with the event specified as two arguments * enablearena/disablearena - completely equivalent to enablewaitingroomevent & co. * inittimer/stoptimer - removed since its logic was incompatible with the code it depended on * Removed loads of code that supported these functions. Result: -100b per npc => -1,5MB of wasted memory * Fixed related npcs that erroneously used 'stoptimer' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11374 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/login') diff --git a/src/login/login.c b/src/login/login.c index f0ca3c29f..d087097d3 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -3933,7 +3933,6 @@ void do_final(void) { int i, fd; ShowInfo("Terminating...\n"); - fflush(stdout); mmo_auth_sync(); online_db->destroy(online_db, NULL); -- cgit v1.2.3-70-g09d2