mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-16 11:26:11 +00:00
Reset Counter when choosing direction (#143)
This commit is contained in:
parent
766d6e546c
commit
22c68f1b92
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ static mut DIRECTION: Direction = Direction::NEUTRAL;
|
|||
|
||||
pub fn roll_direction() {
|
||||
unsafe {
|
||||
COUNTER = 0;
|
||||
DIRECTION = MENU.sdi_state.get_random();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue