Don't touch demo ticcmds just in case

This commit is contained in:
Antonio Martinez 2025-09-13 02:59:05 -04:00
parent 4723a17bca
commit 9d3ec02ab9

View file

@ -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.