- SW: mark sector as dirty in wallmove.

This commit is contained in:
Christoph Oelckers 2021-03-30 21:51:37 +02:00
parent 15fb89d08f
commit a84060fda7

View file

@ -123,6 +123,7 @@ int DoWallMove(SPRITEp sp)
{
wallp->x = sp->x + nx;
wallp->y = sp->y + ny;
sector[wallp->sector].dirty = 255;
}
if (shade1)