Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/camera.cc')
-rw-r--r--src/client/camera.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/camera.cc b/src/client/camera.cc
index 8144781..808ff7e 100644
--- a/src/client/camera.cc
+++ b/src/client/camera.cc
@@ -179,8 +179,8 @@ void draw(float seconds)
target_direction = core::localcontrol()->target_direction;
pitch_target = core::localcontrol()->target_pitch;
- yaw_target = - 45 * target_direction;
- pitch_target = pitch_track -45 * target_pitch;
+ yaw_target = - 25 * target_direction;
+ pitch_target = pitch_track - 25 * target_pitch;
} else if (mode == Free) {