Compile fix

This commit is contained in:
ZomgPonies
2014-07-24 19:10:36 -04:00
parent c95b68725e
commit c0c3262d9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
return //so people can't knock others over by pushing a trolley around
..()
/obj/vehicle/train/ambulance/engine/proc/handle_rotation()
/obj/vehicle/train/ambulance/engine/handle_rotation()
if(dir == SOUTH)
layer = FLY_LAYER
else
+1 -1
View File
@@ -161,7 +161,7 @@
return //so people can't knock others over by pushing a trolley around
..()
/obj/vehicle/train/janitor/engine/proc/handle_rotation()
/obj/vehicle/train/janitor/engine/handle_rotation()
if(dir == SOUTH)
layer = FLY_LAYER
else