ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/living.C
(Generate patch)

Comparing deliantra/server/common/living.C (file contents):
Revision 1.133 by root, Sun Jan 29 02:47:04 2017 UTC vs.
Revision 1.134 by root, Sat Nov 17 22:02:14 2018 UTC

761 contr->gen_grace = 0; 761 contr->gen_grace = 0;
762 contr->gen_sp_armour = 10; 762 contr->gen_sp_armour = 10;
763 contr->item_power = 0; 763 contr->item_power = 0;
764 } 764 }
765 765
766 for (int i = NUM_BODY_LOCATIONS; i--; ) 766 for (int i = 0; i < NUM_BODY_LOCATIONS; ++i)
767 slot[i].used = slot[i].info; 767 slot[i].used = slot[i].info;
768 768
769 slaying = 0; 769 slaying = 0;
770 770
771 if (!this->flag [FLAG_WIZ]) 771 if (!this->flag [FLAG_WIZ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines