diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 10:48:02 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-15 10:48:02 +0000 |
commit | c58bb078d04786aae68073997c7cc76f646136dc (patch) | |
tree | c015357a179594ae6d091271d3371d05aeff9dc1 /Changelog.txt | |
parent | ab5cb3ae9f7ab77bdcbf1b57c1da8e3d82ca53cb (diff) | |
download | hercules-c58bb078d04786aae68073997c7cc76f646136dc.tar.gz hercules-c58bb078d04786aae68073997c7cc76f646136dc.tar.bz2 hercules-c58bb078d04786aae68073997c7cc76f646136dc.tar.xz hercules-c58bb078d04786aae68073997c7cc76f646136dc.zip |
Added -ffast-math argument to makefile to increase performance, thanks to kashy.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@191 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index a173dbfb1..aa7644d19 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,6 @@ Date Added 11/15 + * Added -ffast-math argument to makefile to increase performance, thanks to kashy. [Valaris] * Added small and big mob sprite spawning. [Valaris] -Added @monstersmall and @monsterbig commands. -For using in scripts, use id +2000 for small and id +4000 for big. |