diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-28 04:07:07 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-28 04:07:07 +0000 |
commit | 27e211016b4dd484ac0a2ec8038ef60a59a07261 (patch) | |
tree | 52f5baf8892945442d2aabddb61ade0f0d153a37 /Changelog.txt | |
parent | 2be730b2cd3503eac660ae456e569cd3aa8c778a (diff) | |
download | hercules-27e211016b4dd484ac0a2ec8038ef60a59a07261.tar.gz hercules-27e211016b4dd484ac0a2ec8038ef60a59a07261.tar.bz2 hercules-27e211016b4dd484ac0a2ec8038ef60a59a07261.tar.xz hercules-27e211016b4dd484ac0a2ec8038ef60a59a07261.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@830 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 91bcd25b8..c375d4c66 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,8 @@ Date Added 12/27 + * Reinitialized variable 'c' in map_readmap, it's supposed to have a start value. Ex. '-'. [MC Cameri] + * Commented out dump_timer_heap() again... [MC Cameri] + * Added include of string.h in malloc.c, was causing compile errors/warnings [MC Cameri] * Modified the map progress bar to reduce updates (SVN 829) [MouseJstr] * Updated map cache system from jA 1087 - change read_map_from_bitmap to 2 to enable zlib compression [celest] |