r_segs.c: inline R_OverflowTest

This commit is contained in:
James R 2023-03-26 05:26:03 -07:00
parent a04381ac45
commit 7367353516

View file

@ -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);