diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-27 22:20:00 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-27 22:20:00 +0000 |
commit | 1423b37feb3a548ad917bf7667a2e1b5b85562de (patch) | |
tree | 190228d3fdf57d3df5f166b5849ba4ec02cf5272 /src/map/map.h | |
parent | a7b905c5e5a01572e29f1de8fde1e09a27f6d439 (diff) | |
download | hercules-1423b37feb3a548ad917bf7667a2e1b5b85562de.tar.gz hercules-1423b37feb3a548ad917bf7667a2e1b5b85562de.tar.bz2 hercules-1423b37feb3a548ad917bf7667a2e1b5b85562de.tar.xz hercules-1423b37feb3a548ad917bf7667a2e1b5b85562de.zip |
Tweaked MEMSET_TURBO abit, temperory disabled GCC version.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8505 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 9ca8af739..59c77594e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -424,7 +424,7 @@ struct vending { struct weapon_data {
int atkmods[3];
// all the variables except atkmods get zero'ed in each call of status_calc_pc
- // NOTE: if you want to add a non-zeroed variable, you need to update the memset call
+ // NOTE: if you want to add a non-zeroed variable, you need to update the malloc_set call
// in status_calc_pc as well! All the following are automatically zero'ed. [Skotlex]
int overrefine;
int star;
|