mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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)
|
||||
{
|
||||
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.
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue