mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
fixes some more get area runtimes (#25068)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user