mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-04 10:49:12 -04:00
Finish doc
This commit is contained in:
@@ -60,8 +60,8 @@ u32 World::GetCupIndex() {
|
||||
u32 World::NextCup() {
|
||||
s32 hack = 1;
|
||||
|
||||
// Prevent battle mode
|
||||
if (gModeSelection == GRAND_PRIX) {
|
||||
// Do not display battle mode on GP, TT, or VS
|
||||
if (gModeSelection != BATTLE) {
|
||||
hack = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user