Updated isplacable() for clover

This commit is contained in:
Rob Pearce 2008-10-18 03:30:57 +00:00
parent 5c5073339b
commit 1dc3714841
1 changed files with 1 additions and 0 deletions

1
edit.c
View File

@ -1052,6 +1052,7 @@ int isplacablesprite(int sid) {
case P_MASKPOWERUP:
case P_MASK:
case P_TAP:
case P_CLOVER:
return B_FALSE;
}