mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
floodfill respects ticks (#22937)
This commit is contained in:
BIN
auxmos.dll
BIN
auxmos.dll
Binary file not shown.
BIN
auxmos.pdb
BIN
auxmos.pdb
Binary file not shown.
@@ -11,10 +11,10 @@
|
||||
|
||||
//If you update these values, update the message in the #error
|
||||
#define MAX_BYOND_MAJOR 515
|
||||
#define MAX_BYOND_MINOR 1642
|
||||
#define MAX_BYOND_MINOR 1647
|
||||
#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(SPACEMAN_DMM)
|
||||
#error Your version of BYOND is too new to compile this project.
|
||||
#error Download version 515.1642 at www.byond.com/download/build/515/515.1642_byond.exe
|
||||
#error Download version 515.1647 at www.byond.com/download/build/515/515.1642_byond.exe
|
||||
#endif
|
||||
|
||||
// 515 split call for external libraries into call_ext
|
||||
|
||||
Reference in New Issue
Block a user