Fix double byte-swap in SV_MakeTic
This commit is contained in:
parent
51fbf12903
commit
b75b7e5723
1 changed files with 1 additions and 1 deletions
|
|
@ -6008,7 +6008,7 @@ static void SV_Maketic(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Moved here so bots and packetloss indication doesn't break....
|
// 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++;
|
maketic++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue