diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-03 12:01:43 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-03 12:01:43 +0000 |
commit | e83c989677addb0eb333f9917a116549cd147bae (patch) | |
tree | 0c0d27678ca17137bac989c3766749c1d0d8b56e /Changelog-Trunk.txt | |
parent | b1f782455b315a2bce76cb8b0564a8dfd3cdc680 (diff) | |
download | hercules-e83c989677addb0eb333f9917a116549cd147bae.tar.gz hercules-e83c989677addb0eb333f9917a116549cd147bae.tar.bz2 hercules-e83c989677addb0eb333f9917a116549cd147bae.tar.xz hercules-e83c989677addb0eb333f9917a116549cd147bae.zip |
- Fixed FIFO defines in TURBO mode.
Ref: http://www.eathena.ws/board/index.php?showtopic=129766
The rest of the TURBO related errors are about the HEAD defines having to be at the start of a block because they contain a variable declaration. (i won't fix these)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9611 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7b4a2ea99..f203e785d 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. 2007/01/03 + * Fixed TURBO FIFO defines. * Moved refusal of a known packet versions to clif_parse_WantToConnection and made it check for non-player object with that id. * JK_JOINTBEAT as described in: |