mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
oops
# Conflicts: # source/blood/src/demo.cpp
This commit is contained in:
parent
9cc4d9f432
commit
8d99df7dec
1 changed files with 1 additions and 2 deletions
|
@ -302,7 +302,6 @@ void CDemo::Playback(void)
|
||||||
inputState.SetBindsEnabled(false);
|
inputState.SetBindsEnabled(false);
|
||||||
ready2send = 0;
|
ready2send = 0;
|
||||||
int v4 = 0;
|
int v4 = 0;
|
||||||
totalclock = 0;
|
|
||||||
gNetFifoClock = totalclock;
|
gNetFifoClock = totalclock;
|
||||||
gViewMode = 3;
|
gViewMode = 3;
|
||||||
_DEMOPLAYBACK:
|
_DEMOPLAYBACK:
|
||||||
|
@ -310,7 +309,7 @@ _DEMOPLAYBACK:
|
||||||
{
|
{
|
||||||
handleevents();
|
handleevents();
|
||||||
D_ProcessEvents();
|
D_ProcessEvents();
|
||||||
while (((int)totalclock*16) >= gNetFifoClock && !gQuitGame)
|
while (totalclock >= gNetFifoClock && !gQuitGame)
|
||||||
{
|
{
|
||||||
if (!v4)
|
if (!v4)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue