mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-26 00:56:38 +11:00
Fix warning (and make it obvious we're not caring about the return value)
This commit is contained in:
parent
bbad55af65
commit
8224827f90
1 changed files with 1 additions and 1 deletions
|
@ -2291,7 +2291,7 @@ fn game_with_level(gba: &mut agb::Gba) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rng::gen(); // advance RNG to make it less predictable between runs
|
let _ = rng::gen(); // advance RNG to make it less predictable between runs
|
||||||
};
|
};
|
||||||
|
|
||||||
game.clear(&mut vram);
|
game.clear(&mut vram);
|
||||||
|
|
Loading…
Add table
Reference in a new issue