From 6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Apr 2013 17:06:02 +0300 Subject: another fixes from cpplint. --- src/resources/iteminfo.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/resources/iteminfo.h') diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index 30b22cec8..0a3b20c61 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -63,7 +63,8 @@ enum EquipmentSlot EQUIP_FIGHT1_SLOT = 8, EQUIP_FIGHT2_SLOT = 9, // Projectile: - // this item does not amount to one, it only indicates the chosen projectile. + // this item does not amount to one, it only + // indicates the chosen projectile. EQUIP_PROJECTILE_SLOT = 10 }; @@ -78,17 +79,17 @@ enum ItemType ITEM_EQUIPMENT_ONE_HAND_WEAPON, ITEM_EQUIPMENT_TWO_HANDS_WEAPON, ITEM_EQUIPMENT_TORSO, - ITEM_EQUIPMENT_ARMS, // 5 + ITEM_EQUIPMENT_ARMS, // 5 ITEM_EQUIPMENT_HEAD, ITEM_EQUIPMENT_LEGS, ITEM_EQUIPMENT_SHIELD, ITEM_EQUIPMENT_RING, - ITEM_EQUIPMENT_NECKLACE, // 10 + ITEM_EQUIPMENT_NECKLACE, // 10 ITEM_EQUIPMENT_FEET, ITEM_EQUIPMENT_AMMO, ITEM_EQUIPMENT_CHARM, ITEM_SPRITE_RACE, - ITEM_SPRITE_HAIR // 15 + ITEM_SPRITE_HAIR // 15 }; // sprite, @@ -179,7 +180,8 @@ class ItemInfo final void setAttackAction(std::string attackAction); - // Handlers for seting and getting the string used for particles when attacking + // Handlers for seting and getting the string + // used for particles when attacking void setMissileParticleFile(const std::string &s) { mMissileParticleFile = s; } -- cgit v1.2.3-60-g2f50