diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-03 12:20:28 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-03 12:20:28 +0000 |
commit | ef3dd111a1d2b77b37dc7848ce2f2e5f28948b72 (patch) | |
tree | cd3ce5bea5768ff8dc61415362835f6a3cba4ef1 /Changelog-Trunk.txt | |
parent | 7563f5131f94b33c0ad988a21de62567a6906f99 (diff) | |
download | hercules-ef3dd111a1d2b77b37dc7848ce2f2e5f28948b72.tar.gz hercules-ef3dd111a1d2b77b37dc7848ce2f2e5f28948b72.tar.bz2 hercules-ef3dd111a1d2b77b37dc7848ce2f2e5f28948b72.tar.xz hercules-ef3dd111a1d2b77b37dc7848ce2f2e5f28948b72.zip |
Removed the map.h<->status.h cyclic dependency. Relies on the fact by that preprocessor definitions don't need to be expanded immediately (or some other obscure reason why the thing even compiles :D)
This allowed me to also remove the annoying/memory-wasting MAX_STATUSCHANGE define.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10442 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 1f6d3d106..90794a865 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/05/04 + * Removed the cyclic map.h<->status.h dependency, which allowed me to + also remove the annoying/memory-wasting MAX_STATUSCHANGE define 2007/04/30 * Ladmin fixes - Added vs8 project file for ladmin |