Compilation fix for release build

This commit is contained in:
toaster 2024-04-07 20:34:43 +01:00
parent 423037796f
commit 737e750170

View file

@ -1280,7 +1280,9 @@ readghosttic:
{
if (ziptic < MAXPLAYERS)
{
#ifdef DEVELOP
UINT8 playerid = ziptic;
#endif
// We want to skip *any* player extradata because some demos have extradata for bogus players,
// but if there is tic data later for those players *then* we'll consider it invalid.