Compile fix part 1

This commit is contained in:
duncathan salt
2016-01-20 08:58:51 -06:00
parent b45b9ef363
commit 7cdf700fb8
+2 -2
View File
@@ -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()
. = ..()