mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +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
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue