summaryrefslogtreecommitdiff
path: root/src/map/pc.cpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-04-13 13:04:51 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-04-13 13:04:51 -0700
commit9b3348a7c707558243caef4b6f4ca08075c36adb (patch)
tree3f14aeca67acc9639fecbf2ffe50e948b3fd24f7 /src/map/pc.cpp
parent1abd4980217b2fa98bc07d4b739a9747a6dc1903 (diff)
downloadtmwa-9b3348a7c707558243caef4b6f4ca08075c36adb.tar.gz
tmwa-9b3348a7c707558243caef4b6f4ca08075c36adb.tar.bz2
tmwa-9b3348a7c707558243caef4b6f4ca08075c36adb.tar.xz
tmwa-9b3348a7c707558243caef4b6f4ca08075c36adb.zip
Fix the bug with chest armor
Diffstat (limited to 'src/map/pc.cpp')
-rw-r--r--src/map/pc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/pc.cpp b/src/map/pc.cpp
index 232a767..39ac711 100644
--- a/src/map/pc.cpp
+++ b/src/map/pc.cpp
@@ -4628,8 +4628,7 @@ int pc_equipitem(struct map_session_data *sd, int n, EPOS)
pos = (epor == EPOS::CAPE ? EPOS::MISC2 : EPOS::CAPE);
}
- // TODO: make this code do what it's supposed to do,
- // instead of what it does
+#warning "TODO: make this code do what it's supposed to do, instead of what it does"
arrow = pc_search_inventory(sd, pc_checkequip(sd, EPOS::LEGS | EPOS::CAPE)); // Added by RoVeRT
for (EQUIP i : EQUIPs)
{