Compile fix

This commit is contained in:
Chinsky
2015-02-03 08:39:39 +03:00
parent 2a1f0849d8
commit cbe030b56e

View File

@@ -72,6 +72,7 @@
return INFINITY
return max(abs(speed[1]),abs(speed[2]))/get_acceleration()
#define SIGN(X) (X == 0 ? 0 : (X > 0 ? 1 : -1))
/obj/effect/map/ship/proc/decelerate()
if(!is_still() && can_burn())
if (speed[1])