mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- Exhumed: try to improve timing of the menu plasma.
This commit is contained in:
parent
d042472ef6
commit
0da2250efe
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue