With the *_locked functions, the movement speed changes depending on where the camera is "looking" (what the orientation is). i.e., Looking straight down or up and using move_cam_long_locked(delta) results in almost zero movement, while looking straight ahead results in a full delta translation.
With the *_locked functions, the movement speed changes depending on where the camera is "looking" (what the orientation is). i.e., Looking straight down or up and using
move_cam_long_locked(delta)
results in almost zero movement, while looking straight ahead results in a fulldelta
translation.Related to #30