1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-14 02:16:10 +00:00
This commit is contained in:
jugeeya 2020-08-20 21:45:12 -07:00
commit 4b99ca5b52

View file

@ -13,6 +13,7 @@ static mut DIRECTION: Direction = Direction::NEUTRAL;
pub fn roll_direction() {
unsafe {
COUNTER = 0;
DIRECTION = MENU.sdi_state.get_random();
}
}