mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Convert to using Display
This commit is contained in:
parent
9974b80d5e
commit
f34221d109
2 changed files with 554 additions and 529 deletions
|
@ -644,7 +644,7 @@ pub unsafe fn save_states(module_accessor: &mut app::BattleObjectModuleAccessor)
|
|||
notifications::clear_notifications("Save State");
|
||||
notifications::notification(
|
||||
"Save State".to_string(),
|
||||
format!("Saved Slot {}", MENU.save_state_slot.as_str().unwrap()),
|
||||
format!("Saved Slot {}", MENU.save_state_slot),
|
||||
120,
|
||||
);
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue