Skip to content

Commit

Permalink
Ме.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed May 3, 2024
1 parent 743d1e0 commit 4182560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/__DEFINES/_globals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@

//Create an typed null global
#define GLOBAL_DATUM(X, Typepath) GLOBAL_RAW(Typepath/##X); GLOBAL_UNMANAGED(X)

GLOBAL_VAR_INIT(running_create_and_destroy, FALSE)
1 change: 0 additions & 1 deletion code/modules/unit_tests/create_and_destroy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// //You absolutely must run last
// priority = TEST_CREATE_AND_DESTROY

// GLOBAL_VAR_INIT(running_create_and_destroy, FALSE)
// /datum/unit_test/create_and_destroy/Run()
// //We'll spawn everything here
// var/turf/spawn_at = run_loc_floor_bottom_left
Expand Down

0 comments on commit 4182560

Please sign in to comment.