mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 22:11:01 +00:00
Make i consistent with orbs variable
This commit is contained in:
parent
4d881f3279
commit
a4cd61d226
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ void K_RunBattleOvertime(void)
|
|||
fixed_t size = FixedMul(mobjinfo[MT_OVERTIME_PARTICLE].radius, scale);
|
||||
fixed_t posOffset = max(battleovertime.radius - size, 0);
|
||||
|
||||
UINT32 i;
|
||||
INT32 i;
|
||||
|
||||
for (i = 0; i < orbs; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue