From 7cdf700fb81666aa9d93393bb2a5b1a2c5abcf4f Mon Sep 17 00:00:00 2001 From: duncathan salt Date: Wed, 20 Jan 2016 08:58:51 -0600 Subject: [PATCH] Compile fix part 1 --- code/modules/shuttle/shuttle.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index d0f760b20df..bd31e46f5c1 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -408,9 +408,9 @@ return if(client) if(buckled) - shake_camera(M, 2, 1) // turn it down a bit come on + shake_camera(src, 2, 1) // turn it down a bit come on else - shake_camera(M, 7, 1) + shake_camera(src, 7, 1) /mob/living/carbon/onShuttleMove() . = ..()