Revert "Another hotfix for stuff in gzdoom devbuilds."
This reverts commit b6b4524295.
This commit is contained in:
parent
b6b4524295
commit
6fc5b96568
3 changed files with 3 additions and 3 deletions
|
|
@ -246,7 +246,7 @@ Class FlakChunk : Actor
|
|||
if ( lifetics > 3 )
|
||||
{
|
||||
lifetics = 0;
|
||||
if ( frame < 11 ) frame += 1;
|
||||
if ( frame < 11 ) frame++;
|
||||
}
|
||||
lifetime += lifespeed;
|
||||
if ( (waterlevel <= 0) && (frame < 10) && !(lifetics%2) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue