mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't touch demo ticcmds just in case
This commit is contained in:
parent
4723a17bca
commit
9d3ec02ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -8961,7 +8961,7 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
|
|||
I_Error("Playing binary maps is disabled; please convert to UDMF TEXTMAP and rebuild nodes.");
|
||||
}
|
||||
|
||||
if (!netgame)
|
||||
if (!(netgame || demo.playback))
|
||||
{
|
||||
// There is literally no reason to preserve ticcmds from a previous map
|
||||
// offline, even and especially if mindelay is involved.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue