Editor bugfix: poweruppos now placable again

This commit is contained in:
Rob Pearce 2008-10-15 09:00:16 +00:00
parent 11ad399497
commit f564bb9765
2 changed files with 2 additions and 1 deletions

View File

@ -25,3 +25,4 @@
101,level101.dat,Sand Castle
102,level102.dat,Diving Pool
99,level99.dat,TEST LEVEL
103,level103.dat,NEW LEVEL

2
edit.c
View File

@ -1053,7 +1053,7 @@ int isplacablesprite(int sid) {
return B_FALSE;
}
if (iseffect(sid)) {
if (iseffect(sid) && (sid != P_POWERUPPOS)) {
return B_FALSE;
}
if (iscard(sid)) {