mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
updates the damn compile error (#21283)
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
//If you update these values, update the message in the #error
|
//If you update these values, update the message in the #error
|
||||||
#define MAX_BYOND_MAJOR 515
|
#define MAX_BYOND_MAJOR 515
|
||||||
#define MAX_BYOND_MINOR 1621
|
#define MAX_BYOND_MINOR 1628
|
||||||
|
|
||||||
// You can define IGNORE_MAX_BYOND_VERSION to bypass the max version check.
|
// You can define IGNORE_MAX_BYOND_VERSION to bypass the max version check.
|
||||||
// Note: This will likely break the game, especially any extools/auxtools linkage. Only use if you know what you're doing!
|
// Note: This will likely break the game, especially any extools/auxtools linkage. Only use if you know what you're doing!
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(IGNORE_MAX_BYOND_VERSION)
|
#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(IGNORE_MAX_BYOND_VERSION)
|
||||||
// Not updating until we fully move to 515
|
// Not updating until we fully move to 515
|
||||||
#error Your version of BYOND is too new to compile this project. Download version 515.1621 at www.byond.com/download/build/515/515.1621_byond.exe
|
#error Your version of BYOND is too new to compile this project. Download version 515.1627 at www.byond.com/download/build/515/515.1627_byond.exe
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// 515 split call for external libraries into call_ext
|
// 515 split call for external libraries into call_ext
|
||||||
|
|||||||
Reference in New Issue
Block a user