Fix player pitch and yaw not being set properly

This commit is contained in:
Kevin Ott 2015-04-25 02:18:26 -04:00 committed by Craig Robbins
parent 1c7c349264
commit 400c6087b6

@ -1793,7 +1793,7 @@ void Game::run()
cam_view.camera_pitch) * cam_smoothing; cam_view.camera_pitch) * cam_smoothing;
updatePlayerControl(cam_view); updatePlayerControl(cam_view);
step(&dtime); step(&dtime);
processClientEvents(&cam_view, &runData.damage_flash); processClientEvents(&cam_view_target, &runData.damage_flash);
updateCamera(&flags, draw_times.busy_time, dtime, updateCamera(&flags, draw_times.busy_time, dtime,
runData.time_from_last_punch); runData.time_from_last_punch);
updateSound(dtime); updateSound(dtime);