summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xd.c b/xd.c
index 29419fb..e682773 100644
--- a/xd.c
+++ b/xd.c
@@ -4436,8 +4436,8 @@ static void RoadDemo(void)
if (mouselook)
{
- ang_y = -(mouse_x - centre_x);
- ang_x = mouse_y - centre_y;
+ ang_y = -(mouse_x - centre_x) * 2;
+ ang_x = (mouse_y - centre_y) * 2;
}
else
{