Skip to content

Commit

Permalink
Update tomoyo.c
Browse files Browse the repository at this point in the history
Init randomizer when backing out of tomoyo during non mini select.
  • Loading branch information
zaphod77 authored Nov 16, 2024
1 parent bec9833 commit 94585e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/tomoyo.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ void statTomoyoSelect(int32_t player) {
status[player] = 2; // SOLO MODEモードセレクト
statusc[player * 10] = 0; // ステータスカウンタを0に
statusc[player * 10 + 1] = 0; //
versusInit(player); // CORRECT fix for backing out of mini select.
}

// HOLDボタンでnextcを0に戻す
Expand Down

0 comments on commit 94585e5

Please sign in to comment.