mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 03:54:40 +00:00
Removed quicksave/quickload message boxes, now that the same text is shown in the progress bar
This commit is contained in:
parent
7a0aeeaa38
commit
3780503275
@ -253,8 +253,6 @@ void MWState::StateManager::quickSave (std::string name)
|
||||
slot = &*it;
|
||||
}
|
||||
|
||||
MWBase::Environment::get().getWindowManager()->messageBox("#{sNotifyMessage4}");
|
||||
|
||||
saveGame(name, slot);
|
||||
}
|
||||
|
||||
@ -368,10 +366,7 @@ void MWState::StateManager::quickLoad()
|
||||
{
|
||||
if (Character* mCurrentCharacter = getCurrentCharacter (false))
|
||||
if (const MWState::Slot* slot = &*mCurrentCharacter->begin()) //Get newest save
|
||||
{
|
||||
//MWBase::Environment::get().getWindowManager()->messageBox("#{sLoadingMessage14}"); //it overlaps
|
||||
loadGame (mCurrentCharacter, slot);
|
||||
}
|
||||
}
|
||||
|
||||
void MWState::StateManager::deleteGame(const MWState::Character *character, const MWState::Slot *slot)
|
||||
|
Loading…
Reference in New Issue
Block a user