From 8418ea6d0220d3f5be3338497db8e68bcbd2562e Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Mon, 20 Jul 2015 10:58:19 -0700 Subject: [PATCH] fixes shuttle rotate compile error --- 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 17c57e80413..cbb37c661d3 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -274,8 +274,8 @@ dir = angle2dir(rotation+dir2angle(dir)) //resmooth if need be. - if(A.smooth) - smooth_icon(A) + if(smooth) + smooth_icon(src) //rotate the pixel offsets too. if (pixel_x || pixel_y)