mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Fix nettic run-out at end of demo playback
This commit is contained in:
parent
bf6a193e5b
commit
d3dcc04666
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ void NetUpdate (void)
|
||||||
|
|
||||||
if (demoplayback)
|
if (demoplayback)
|
||||||
{
|
{
|
||||||
nettics[0] = (maketic / ticdup);
|
resendto[0] = nettics[0] = (maketic / ticdup);
|
||||||
return; // Don't touch netcmd data while playing a demo, as it'll already exist.
|
return; // Don't touch netcmd data while playing a demo, as it'll already exist.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue