Merge pull request #37000 from tgstation/KorPhaeron-patch-2

Update compile options to make 512 support official
This commit is contained in:
Jordan Brown
2018-04-11 15:12:55 -05:00
committed by CitadelStationBot
parent 4063781baf
commit 704b42411a
7 changed files with 4 additions and 51 deletions
+2 -2
View File
@@ -27,11 +27,11 @@
#endif
//Update this whenever you need to take advantage of more recent byond features
#define MIN_COMPILER_VERSION 511
#define MIN_COMPILER_VERSION 512
#if DM_VERSION < MIN_COMPILER_VERSION
//Don't forget to update this part
#error Your version of BYOND is too out-of-date to compile this project. Go to byond.com/download and update.
#error You need version 511 or higher
#error You need version 512 or higher
#endif
//Additional code for the above flags.