Bugfix: P_HELMET was listed as FT_TEMP rather than FT_PERM

This commit is contained in:
Rob Pearce 2008-10-18 04:23:02 +00:00
parent 0fb927f06b
commit 53e373c1b4
1 changed files with 1 additions and 1 deletions

View File

@ -1863,6 +1863,7 @@ int isfruit(int id) {
case P_BELL: case P_BELL:
case P_TROPHY: case P_TROPHY:
case P_HONEY: case P_HONEY:
case P_HELMET:
case P_BIGSPEED: case P_BIGSPEED:
case P_MASKPOWERUP: case P_MASKPOWERUP:
return FT_PERM; return FT_PERM;
@ -1876,7 +1877,6 @@ int isfruit(int id) {
case P_UFO: case P_UFO:
case P_LIFE: case P_LIFE:
case P_PHONE: case P_PHONE:
case P_HELMET:
case P_SHIELD: case P_SHIELD:
case P_RINGSILVER: case P_RINGSILVER:
case P_RINGGOLD: case P_RINGGOLD: