Merge pull request #6441 from Citadel-Station-13/upstream-merge-37223

[MIRROR] Fixes some defines and value
This commit is contained in:
LetterJay
2018-04-22 02:43:26 -05:00
committed by GitHub
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)