Mass reformatting (space after keywords)

This commit is contained in:
2014-12-15 10:09:23 -05:00
parent 140e0b58ef
commit d7d08cbaa3
60 changed files with 5821 additions and 5821 deletions

View File

@@ -95,7 +95,7 @@ unsigned char cItemRec::rec_treas_class() const {
short cItemRec::item_weight() const {
short n = charges, w = weight;
if (variety == eItemType::NO_ITEM)
if(variety == eItemType::NO_ITEM)
return 0;
if(charges > 0){
if((variety == eItemType::ARROW) || (variety == eItemType::THROWN_MISSILE) || (variety == eItemType::POTION) || (variety == eItemType::BOLTS))