SW: Wrap index to sintable with NORM_ANGLE() in PlayerOnLadder() to prevent overflow.
Within function PlayerOnLadder(), ASAN reported that sintable[] was being index with a value of 2048, overflowing the array.
Wrap this with NORM_ANGLE() to keep it within rage of the array size.