mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 08:01:06 +00:00
FIND_REF_NO_CHECK_TICK loopchecks disable (#17515)
* Atomization * sdfas --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user