mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change out the hex used for hnext/hprev consistancy
This commit is contained in:
parent
5360bff294
commit
fbc4c3464d
1 changed files with 2 additions and 2 deletions
|
|
@ -4449,7 +4449,7 @@ static INT16 Consistancy(void)
|
|||
ret += mo->hnext->frame;
|
||||
}
|
||||
else
|
||||
ret ^= 0x3333;
|
||||
ret ^= 0x5555;
|
||||
if (mo->hprev)
|
||||
{
|
||||
ret += mo->hprev->type;
|
||||
|
|
@ -4469,7 +4469,7 @@ static INT16 Consistancy(void)
|
|||
ret += mo->hprev->frame;
|
||||
}
|
||||
else
|
||||
ret ^= 0xAAAA;
|
||||
ret ^= 0xCCCC;
|
||||
ret -= mo->state - states;
|
||||
ret += mo->tics;
|
||||
ret -= mo->sprite;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue