Fixes some defines. (#37223)

This commit is contained in:
AnturK
2018-04-16 08:32:48 -05:00
committed by CitadelStationBot
parent f98040513a
commit 31efa96a01
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -242,7 +242,7 @@
. |= get_hearers_in_view(R.canhear_range, R)
#define SIGN(X) ((X<0)?-1:1)
#define SIGNV(X) ((X<0)?-1:1)
/proc/inLineOfSight(X1,Y1,X2,Y2,Z=1,PX1=16.5,PY1=16.5,PX2=16.5,PY2=16.5)
var/turf/T
@@ -273,7 +273,7 @@
if(T.opacity)
return 0
return 1
#undef SIGN
#undef SIGNV
/proc/isInSight(atom/A, atom/B)