- Exhumed: try to improve timing of the menu plasma.

This commit is contained in:
Christoph Oelckers 2021-11-07 22:14:58 +01:00
parent d042472ef6
commit 0da2250efe

View file

@ -107,9 +107,9 @@ void menu_DoPlasma()
int ptile = nPlasmaTile;
int pclock = I_GetBuildTime();
if (pclock >= nextPlasmaTic || !PlasmaBuffer)
while (pclock >= nextPlasmaTic || !PlasmaBuffer)
{
nextPlasmaTic = pclock + 4;
nextPlasmaTic += 4;
if (!PlasmaBuffer)
{