makes what i'm doing with model_temp more explicit

This commit is contained in:
Putnam
2021-01-20 18:43:59 -08:00
parent 51100c9bf9
commit d1e8891d9e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -240,3 +240,5 @@ GLOBAL_LIST_INIT(glass_sheet_types, typecacheof(list(
#define isshuttleturf(T) (length(T.baseturfs) && (/turf/baseturf_skipover/shuttle in T.baseturfs))
#define isProbablyWallMounted(O) (O.pixel_x > 20 || O.pixel_x < -20 || O.pixel_y > 20 || O.pixel_y < -20)
#define isfinite(n) (isnum(n) && n == n)