mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix eggbox stealth being bugged and never being used...
This commit is contained in:
parent
6be351a304
commit
3536c73b66
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ UINT8 K_EggboxStealth(fixed_t x, fixed_t y)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return (globalsmuggle.randomitems * globalsmuggle.eggboxes);
|
return (globalsmuggle.randomitems * (globalsmuggle.eggboxes + 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------
|
/*--------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue