When I'm making smashable stain glass windows of duke and battlelord, I can only get the battlelord to smash, duke wont smash.
My way of building them is use M for masked wall press b then h on the masked wall.
Using the latest Eduke32.
This post has been edited by ck3D: 14 July 2021 - 10:41 AM
case STAINGLASS1:
updatesector(x,y,&sn); if( sn < 0 ) return;
lotsofcolourglass(spr,dawallnum,80);
wal->cstat = 0;
if(wal->nextwall >= 0)
wall[wal->nextwall].cstat = 0;
spritesound(VENT_BUST,spr);
spritesound(GLASS_BREAKING,spr);
return;