Rename rust_dmg() to erode_obj().

This commit is contained in:
Sean Hunt
2015-02-24 15:21:30 -05:00
committed by Pasi Kallinen
parent 04a0331ccc
commit cd83f7e802
6 changed files with 24 additions and 24 deletions

View File

@@ -1303,7 +1303,7 @@ register struct obj *obj;
dmgtyp = ERODE_BURN;
else
return;
(void) rust_dmg(obj, 0, dmgtyp, TRUE, TRUE);
(void) erode_obj(obj, 0, dmgtyp, TRUE, TRUE);
}
STATIC_OVL void