mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Compile fix
This commit is contained in:
@@ -72,6 +72,7 @@
|
|||||||
return INFINITY
|
return INFINITY
|
||||||
return max(abs(speed[1]),abs(speed[2]))/get_acceleration()
|
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()
|
/obj/effect/map/ship/proc/decelerate()
|
||||||
if(!is_still() && can_burn())
|
if(!is_still() && can_burn())
|
||||||
if (speed[1])
|
if (speed[1])
|
||||||
|
|||||||
Reference in New Issue
Block a user