Another hotfix for stuff in gzdoom devbuilds.

This commit is contained in:
Marisa the Magician 2021-05-17 16:06:09 +02:00
commit b6b4524295
3 changed files with 3 additions and 3 deletions

View file

@ -246,7 +246,7 @@ Class FlakChunk : Actor
if ( lifetics > 3 )
{
lifetics = 0;
if ( frame < 11 ) frame++;
if ( frame < 11 ) frame += 1;
}
lifetime += lifespeed;
if ( (waterlevel <= 0) && (frame < 10) && !(lifetics%2) )