diff --git a/include/config/config_graphics.h b/include/config/config_graphics.h index 5d4986361..17ff63c47 100644 --- a/include/config/config_graphics.h +++ b/include/config/config_graphics.h @@ -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 diff --git a/include/config/config_objects.h b/include/config/config_objects.h index 5fa6c136c..16314fbc3 100644 --- a/include/config/config_objects.h +++ b/include/config/config_objects.h @@ -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