Skip to content

Commit

Permalink
A slight dilly dally, a silly even
Browse files Browse the repository at this point in the history
  • Loading branch information
JixS4v committed Sep 8, 2024
1 parent 20a2ad3 commit ada712f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions code/__byond_version_compat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
/savefile/byond_version = MIN_COMPILER_VERSION
#endif

#if defined(FASTDMM) || defined(CIBUILDING)
// #if defined(FASTDMM) || defined(CIBUILDING)
#define YES_I_WANT_515
#endif
// #endif
// Temporary 515 block until it is completely compatible.
// AnturK says there are issues with savefiles that would make it dangerous to test merge,
// and so this check is in place to stop serious damage.
Expand Down
5 changes: 0 additions & 5 deletions code/modules/unit_tests/_unit_tests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
#include "crafting_tests.dm"
#include "breath.dm"

// Del the World.
// This unit test creates and qdels almost every atom in the code, checking for errors with initialization and harddels on deletion.
// It is disabled by default for now due to the large amount of consistent errors it produces. Run the "dm: find hard deletes" task to enable it.
#ifdef REFERENCE_TRACKING_FAST
/*
#include "create_and_destroy.dm"
*/
Expand All @@ -39,7 +35,6 @@
#endif

#include "food_edibility_check.dm"
#include "gas_transfer.dm"
#include "gamemode_sanity.dm"
#include "greyscale_config.dm"
#include "heretic_knowledge.dm"
Expand Down

0 comments on commit ada712f

Please sign in to comment.