diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 09:45:30 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-28 09:45:30 +0000 |
commit | f412aa286157b5e9484d66887431236a4dcddbe7 (patch) | |
tree | 7e88c183b3a8ce309e5cce0480f34e60588fd0ac /Changelog-Trunk.txt | |
parent | c42726e011ada594defa5cee38e5e2b28e8721e5 (diff) | |
download | hercules-f412aa286157b5e9484d66887431236a4dcddbe7.tar.gz hercules-f412aa286157b5e9484d66887431236a4dcddbe7.tar.bz2 hercules-f412aa286157b5e9484d66887431236a4dcddbe7.tar.xz hercules-f412aa286157b5e9484d66887431236a4dcddbe7.zip |
Fixed "conversion from 'double' to 'int', possible loss of data"
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7939 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 a54b28885..83ba1d299 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/07/28
+ * Fixed "conversion from 'double' to 'int', possible loss of data" [Toms]
* Fixed "warning: redefinition of [ushort/uint/ulong]" [Toms]
* Fixed duplicate case value on NJ_SUITON [Toms]
2006/07/27
|