diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-12-06 15:14:47 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2024-12-06 15:14:47 -0300 |
| commit | 18631e7292cc6a55a61d07029f6933b32ccaed4b (patch) | |
| tree | 38c53954d773a93bc9c0b8522ca9f64ca4d4e495 /include | |
| parent | 3ef29ac3b1fd80feab4684549d13a6b3e24c5fe6 (diff) | |
disable versus mode for now
Diffstat (limited to 'include')
| -rw-r--r-- | include/mods.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mods.h b/include/mods.h index e578db1c..7fe9a71f 100644 --- a/include/mods.h +++ b/include/mods.h @@ -96,8 +96,8 @@ void RamMod_Update(void); void Spawner(void); #endif -#define DEBUG_SKIP_BRIEFING 1 #define DEBUG_BOSS_KILLER 0 +#define DEBUG_VERSUS 0 /* |
