Add a few rotatesprite flags for fine control of interpolation.
Adds three flags so you can stop certain types of interpolation while preserving others.
- RS_NOPOSLERP - Stops x/y position lerp.
- RS_NOZOOMLERP - Stops zoom lerp.
- RS_NOANGLERP - Stops angle lerp.