mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +00:00
Compilation fix for release build
This commit is contained in:
parent
423037796f
commit
737e750170
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue