Fix compile error.

This commit is contained in:
ESwordTheCat
2014-06-18 12:32:07 -08:00
parent c4bb064acc
commit d54ce4a28b

View File

@@ -294,7 +294,7 @@ datum/shuttle_controller
icon_state = "star" + pick("1", "1", "1", "2", "3", "4")
speed = rand(2, 5)
/obj/effect/proc/startmove()
/obj/effect/bgstar/proc/startmove()
while (src)
sleep(speed)
step(src, direction)