You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
actually prevent floomba redefinition
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user