mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
r_segs.c: inline R_OverflowTest
This commit is contained in:
parent
a04381ac45
commit
7367353516
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ transnum_t R_GetLinedefTransTable(fixed_t alpha)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean R_OverflowTest(void)
|
static inline boolean R_OverflowTest(void)
|
||||||
{
|
{
|
||||||
INT64 overflow_test;
|
INT64 overflow_test;
|
||||||
overflow_test = (INT64)centeryfrac - (((INT64)dc_texturemid*spryscale)>>FRACBITS);
|
overflow_test = (INT64)centeryfrac - (((INT64)dc_texturemid*spryscale)>>FRACBITS);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue