Allow CAMERA1 to have cstat 32768.

git-svn-id: https://svn.eduke32.com/eduke32@3216 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-11-24 09:11:30 +00:00
parent fd06052a1d
commit f8b2b9088c

View file

@ -4154,8 +4154,8 @@ int32_t A_Spawn(int32_t j, int32_t pn)
{
sp->extra = 1;
if (g_damageCameras) sp->cstat = 257;
else sp->cstat = 0;
sp->cstat &= 32768;
if (g_damageCameras) sp->cstat |= 257;
}
if ((!g_netServer && ud.multimode < 2) && sp->pal != 0)
{