git-svn-id: https://svn.eduke32.com/eduke32@1859 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-04-08 22:05:32 +00:00
parent ef39c49049
commit 8eda9d683d
1 changed files with 1 additions and 1 deletions

View File

@ -7964,7 +7964,7 @@ void G_MoveWorld(void)
{
spritetype *s = &sprite[i];
if ((sprite[i].picnum != SECTOREFFECTOR && (s->cstat & 32768)) || A_CheckSpriteFlags(i, SPRITE_NOLIGHT) ||
if ((s->yrepeat < 4) || (sprite[i].picnum != SECTOREFFECTOR && (s->cstat & 32768)) || A_CheckSpriteFlags(i, SPRITE_NOLIGHT) ||
(A_CheckSpriteFlags(i, SPRITE_USEACTIVATOR) && sector[sprite[i].sectnum].lotag & 16384))
{
if (actor[i].lightptr != NULL)