mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
test commit
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
if(QDELING(A))
|
if(QDELING(A))
|
||||||
// Check init_start_time to not worry about atoms created before the atoms SS that are cleaned up before this
|
// Check init_start_time to not worry about atoms created before the atoms SS that are cleaned up before this
|
||||||
if (A.gc_destroyed > init_start_time)
|
if (A.gc_destroyed > init_start_time)
|
||||||
|
CRASH("QDEL before Initialize at [AREACOORD(A)].")
|
||||||
BadInitializeCalls[the_type] |= BAD_INIT_QDEL_BEFORE
|
BadInitializeCalls[the_type] |= BAD_INIT_QDEL_BEFORE
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
|
|||||||
@@ -56,8 +56,7 @@ All the important duct code:
|
|||||||
active = FALSE
|
active = FALSE
|
||||||
set_anchored(FALSE)
|
set_anchored(FALSE)
|
||||||
else if(!can_anchor())
|
else if(!can_anchor())
|
||||||
if(mapload)
|
CRASH("Overlapping ducts detected at [AREACOORD(src)], unanchoring one.")
|
||||||
log_mapping("Overlapping ducts detected at [AREACOORD(src)], unanchoring one.")
|
|
||||||
// Note that qdeling automatically drops a duct stack
|
// Note that qdeling automatically drops a duct stack
|
||||||
return INITIALIZE_HINT_QDEL
|
return INITIALIZE_HINT_QDEL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user