diff --git a/source/core/gamefuncs.h b/source/core/gamefuncs.h index 7c65ee9a5..5903c9ba6 100644 --- a/source/core/gamefuncs.h +++ b/source/core/gamefuncs.h @@ -601,7 +601,7 @@ inline double BobVal(int val) inline double BobVal(double val) { - return g_sinbam((unsigned)(val * (1 << 21))); + return g_sinbam(xs_CRoundToUInt(val * (1 << 21))); } #include "updatesector.h"