mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
disable versus mode for now
This commit is contained in:
parent
3ef29ac3b1
commit
18631e7292
@ -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
|
||||
|
||||
/*
|
||||
|
||||
|
@ -971,6 +971,11 @@ void Option_MainMenu_Update(void) {
|
||||
}
|
||||
|
||||
if (gControllerPress[gMainController].button & (A_BUTTON | START_BUTTON)) {
|
||||
#if DEBUG_VERSUS == 0
|
||||
if (sMainMenuCursor == 2) {
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
AUDIO_PLAY_SFX(NA_SE_ARWING_DECIDE, gDefaultSfxSource, 4);
|
||||
sLightningYpos = sOptionCardPosY[sMainMenuCursor];
|
||||
sDrawCursor = false;
|
||||
|
Loading…
Reference in New Issue
Block a user