|
@@ -153,6 +153,7 @@ impl GameState for State {
|
|
|
gui::MainMenuSelection::LoadGame => {
|
|
|
saveload_system::load_game(&mut self.ecs);
|
|
|
newrunstate = RunState::AwaitingInput;
|
|
|
+ saveload_system::delete_save();
|
|
|
}
|
|
|
gui::MainMenuSelection::Quit => { ::std::process::exit(0); }
|
|
|
}
|