Updated isplacablesprite() in editor

This commit is contained in:
Rob Pearce 2008-10-23 22:06:01 +00:00
parent f1d23290a0
commit 959dddf300
2 changed files with 3 additions and 0 deletions

View File

@ -33,3 +33,4 @@
110,level110.dat,Portrait Gallery #1
109,level109.dat,THE END SO FAR
99,level99.dat,TEST LEVEL
111,level111.dat,NEW LEVEL

2
edit.c
View File

@ -1056,6 +1056,8 @@ int isplacablesprite(int sid) {
case P_SKULL:
case P_WINGLEFT:
case P_WINGRIGHT:
case P_WINGBOOTS:
case P_ACCORDION:
return B_FALSE;
}