FIND_REF_NO_CHECK_TICK loopchecks disable (#17515)

* Atomization

* sdfas

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2023-10-05 12:13:40 +02:00
committed by GitHub
parent a8b970400b
commit 76f175e9c1
4 changed files with 52 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
/*
This file must be one of the first files included right after the linters to lint it
This is because the compile options must be defined in every other file, including /world that are included
*/
#define BACKGROUND_ENABLED 0 // The default value for all uses of set background. Set background can cause gradual lag and is recommended you only turn this on if necessary.
// 1 will enable set background. 0 will disable set background.

View File

@@ -57,6 +57,9 @@ var/global/datum/global_init/init = new ()
maxx = WORLD_MIN_SIZE // So that we don't get map-window-popin at boot. DMMS will expand this.
maxy = WORLD_MIN_SIZE
fps = 30
#ifdef FIND_REF_NO_CHECK_TICK
loop_checks = FALSE
#endif
#define RECOMMENDED_VERSION 510
/world/New()