mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compiler warning
This commit is contained in:
parent
5f0658e6ca
commit
6a2ace3067
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ void K_RunBattleOvertime(void)
|
|||
if (battleovertime.radius > 0)
|
||||
{
|
||||
const fixed_t pi = (22 * FRACUNIT) / 7; // loose approximation, this doesn't need to be incredibly precise
|
||||
const UINT32 orbs = 32;
|
||||
const INT32 orbs = 32;
|
||||
const angle_t angoff = ANGLE_MAX / orbs;
|
||||
const UINT8 spriteSpacing = 128;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue