You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Clean up some ifdefs and config.h
This commit is contained in:
@@ -3058,7 +3058,6 @@ const BehaviorScript bhvMerryGoRound[] = {
|
||||
END_LOOP(),
|
||||
};
|
||||
|
||||
#ifndef VERSION_JP
|
||||
const BehaviorScript bhvPlaysMusicTrackWhenTouched[] = {
|
||||
BEGIN(OBJ_LIST_DEFAULT),
|
||||
OR_INT(oFlags, (OBJ_FLAG_COMPUTE_DIST_TO_MARIO | OBJ_FLAG_UPDATE_GFX_POS_AND_ANGLE)),
|
||||
@@ -3066,7 +3065,6 @@ const BehaviorScript bhvPlaysMusicTrackWhenTouched[] = {
|
||||
CALL_NATIVE(bhv_play_music_track_when_touched_loop),
|
||||
END_LOOP(),
|
||||
};
|
||||
#endif
|
||||
|
||||
const BehaviorScript bhvBetaBowserAnchor[] = {
|
||||
BEGIN(OBJ_LIST_DESTRUCTIVE),
|
||||
|
||||
Reference in New Issue
Block a user