- SW: fixed crash in Polymost with badly set up cameras.

This commit is contained in:
Christoph Oelckers 2021-12-20 16:53:24 +01:00
parent fd741c4d49
commit 68c87db6ec

View file

@ -214,7 +214,7 @@ void JS_DrawMirrors(PLAYERp pp, int tx, int ty, int tz, fixed_t tpq16ang, fixed
if (j < dist)
dist = j;
}
else
else if (mirror[cnt].camspriteActor)
{
SPRITEp tp;