Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0e775e7

Browse files
authored
floodfill respects ticks (#22937)
1 parent 3a2d8c7 commit 0e775e7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

auxmos.dll

-1 KB
Binary file not shown.

auxmos.pdb

32 KB
Binary file not shown.

code/__byond_version_compat.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
//If you update these values, update the message in the #error
1313
#define MAX_BYOND_MAJOR 515
14-
#define MAX_BYOND_MINOR 1642
14+
#define MAX_BYOND_MINOR 1647
1515
#if ((DM_VERSION > MAX_BYOND_MAJOR) || (DM_BUILD > MAX_BYOND_MINOR)) && !defined(SPACEMAN_DMM)
1616
#error Your version of BYOND is too new to compile this project.
17-
#error Download version 515.1642 at www.byond.com/download/build/515/515.1642_byond.exe
17+
#error Download version 515.1647 at www.byond.com/download/build/515/515.1642_byond.exe
1818
#endif
1919

2020
// 515 split call for external libraries into call_ext

0 commit comments

Comments
 (0)