Fix double byte-swap in SV_MakeTic

This commit is contained in:
PAS 2025-12-23 17:17:32 -05:00 committed by NepDisk
parent 51fbf12903
commit b75b7e5723

View file

@ -6008,7 +6008,7 @@ static void SV_Maketic(void)
}
}
// Moved here so bots and packetloss indication doesn't break....
G_MoveTiccmd(netcmds[maketic % BACKUPTICS], playercmds, MAXPLAYERS);
G_CopyTiccmd(netcmds[maketic % BACKUPTICS], playercmds, MAXPLAYERS);
maketic++;
}