summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 09:53:45 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-29 09:53:45 +0000
commit9e62c33d9ee58d7dcf1c667a77b3fdd814bc0943 (patch)
tree872a0cc972ddfc74e17afff9efc4065dc284401b /Changelog-Trunk.txt
parent3b0f07f4b6d7ba237ba37a7d4ce627ded5581cad (diff)
downloadhercules-9e62c33d9ee58d7dcf1c667a77b3fdd814bc0943.tar.gz
hercules-9e62c33d9ee58d7dcf1c667a77b3fdd814bc0943.tar.bz2
hercules-9e62c33d9ee58d7dcf1c667a77b3fdd814bc0943.tar.xz
hercules-9e62c33d9ee58d7dcf1c667a77b3fdd814bc0943.zip
[Optimized]
- Removed unused checks for unsigned data type and possible logic error for char type (gcc treats char as unsigned). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6814 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d16d4681a..56e260eda 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,9 @@ 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/05/29
+ * [Optimized]:
+ - Removed unused checks for unsigned data type and possible logic error for
+ char type (gcc treats char as unsigned). [Lance]
* [Fixed]:
- Relogging in with 0 HP didn't trigger dead event. [Lance]
2006/05/28