mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
commit
5f745d9409
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ impl Game {
|
|||
}
|
||||
|
||||
fn from_index(index: i32) -> Game {
|
||||
match index.rem_euclid(3) {
|
||||
match index.rem_euclid(4) {
|
||||
0 => Game::TheHatChoosesTheWizard,
|
||||
1 => Game::ThePurpleNight,
|
||||
2 => Game::HyperspaceRoll,
|
||||
|
|
Loading…
Add table
Reference in a new issue