mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-27 01:10:51 +00:00
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:
parent
fd06052a1d
commit
f8b2b9088c
1 changed files with 2 additions and 2 deletions
|
@ -4154,8 +4154,8 @@ int32_t A_Spawn(int32_t j, int32_t pn)
|
||||||
{
|
{
|
||||||
sp->extra = 1;
|
sp->extra = 1;
|
||||||
|
|
||||||
if (g_damageCameras) sp->cstat = 257;
|
sp->cstat &= 32768;
|
||||||
else sp->cstat = 0;
|
if (g_damageCameras) sp->cstat |= 257;
|
||||||
}
|
}
|
||||||
if ((!g_netServer && ud.multimode < 2) && sp->pal != 0)
|
if ((!g_netServer && ud.multimode < 2) && sp->pal != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue