Bugfix: P_HELMET was listed as FT_TEMP rather than FT_PERM
This commit is contained in:
parent
0fb927f06b
commit
53e373c1b4
2
shared.c
2
shared.c
|
@ -1863,6 +1863,7 @@ int isfruit(int id) {
|
|||
case P_BELL:
|
||||
case P_TROPHY:
|
||||
case P_HONEY:
|
||||
case P_HELMET:
|
||||
case P_BIGSPEED:
|
||||
case P_MASKPOWERUP:
|
||||
return FT_PERM;
|
||||
|
@ -1876,7 +1877,6 @@ int isfruit(int id) {
|
|||
case P_UFO:
|
||||
case P_LIFE:
|
||||
case P_PHONE:
|
||||
case P_HELMET:
|
||||
case P_SHIELD:
|
||||
case P_RINGSILVER:
|
||||
case P_RINGGOLD:
|
||||
|
|
Loading…
Reference in New Issue