mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 04:51:41 +00:00
Merge branch 'upstream' of https://github.com/Edward850/zdoom
This commit is contained in:
commit
76b4ff143f
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