summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-13 16:09:13 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-13 16:09:13 +0000
commit3abdf2b76827de8031a20f0ca5ce26f513a27075 (patch)
tree07d2d88d09ce861de18d7438c6dbbb119846359c /Changelog-Trunk.txt
parent55b91a3d2af009472906cacdab807cade18de21f (diff)
downloadhercules-3abdf2b76827de8031a20f0ca5ce26f513a27075.tar.gz
hercules-3abdf2b76827de8031a20f0ca5ce26f513a27075.tar.bz2
hercules-3abdf2b76827de8031a20f0ca5ce26f513a27075.tar.xz
hercules-3abdf2b76827de8031a20f0ca5ce26f513a27075.zip
Modified flush_fifo so the code do what is written in the comment
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9489 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 80e359c73..6ce52035e 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/12/13
+ * Modified flush_fifo so the code do what is written in the comment [Toms]
* Modified flush_fifo so you can decide whether to block the current thread
or not until the data is sent. The server-tick reply no longer blocks the
current thread.