actually prevent floomba redefinition

This commit is contained in:
Reonu
2021-12-26 03:28:48 +00:00
parent 5ea71e38dd
commit 4477f16781
2 changed files with 9 additions and 6 deletions

View File

@@ -94,9 +94,3 @@
#define F3DLX2_REJ_GBI
#endif // OBJECTS_REJ
// Enable floombas if the intro floombas are enabled
#ifdef INTRO_FLOOMBAS
#ifndef FLOOMBAS
#define FLOOMBAS
#endif
#endif

View File

@@ -73,3 +73,12 @@
// The number of segments Wiggler has, not including the head. Vanilla is 4.
#define WIGGLER_NUM_SEGMENTS 4
// -- Compatibility safeguards. Don't mess with these unless you know what you're doing. --
// Enable floombas if the intro floombas are enabled
#ifdef INTRO_FLOOMBAS
#ifndef FLOOMBAS
#define FLOOMBAS
#endif
#endif