fixes some more get area runtimes (#25068)

This commit is contained in:
GDN
2024-04-10 03:02:26 +00:00
committed by GitHub
parent de891f6de8
commit 754cdcab98
+1 -1
View File
@@ -139,7 +139,7 @@
#define MAX_SUPPLIED_LAW_NUMBER 50
/// Grabs the area of a supplied object. Passing an area in to this will result in an error
#define get_area(T) ((get_step(T, 0).loc))
#define get_area(T) ((get_step(T, 0)?.loc))
//check_target_facings() return defines
#define FACING_FAILED 0