removing a few gcc warnings

This commit is contained in:
Sylae Corell
2014-07-29 12:07:47 -06:00
parent bd37bd04d9
commit cf28b1ed37
2 changed files with 2 additions and 6 deletions

View File

@@ -94,7 +94,6 @@ item_record_type get_armor(short loot)
if (loot == 0)
return return_dummy_item();
r1 = get_ran(1,(loot - 1) * 5 + 124,142);
armor = pull_item_of_type(loot,loot_min[loot],loot_max[loot],13,-1,-1);