diff options
author | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-11-01 10:27:12 +0530 |
---|---|---|
committer | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2013-11-01 10:27:12 +0530 |
commit | fa54cf57ded42d7b0b45a5025a8858a9b52a0074 (patch) | |
tree | 6ac0f85f6ca3f2bb79791dc987acf7974d35ffde /src/map/pc.c | |
parent | d33d171e7bbe879af077099d201e7f9b86dd23b9 (diff) | |
download | hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.tar.gz hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.tar.bz2 hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.tar.xz hercules-fa54cf57ded42d7b0b45a5025a8858a9b52a0074.zip |
Removed type_id and some unused variables from @autoloottype
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 7966e49ab..90a3db853 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -9347,7 +9347,6 @@ void pc_overheat(struct map_session_data *sd, int val) { bool pc_isautolooting(struct map_session_data *sd, int nameid) { int i = 0; - bool j = false; if (sd->state.autoloottype && sd->state.autoloottype&(1<<itemdb_type(nameid))) return true; |