Fix local browser sometimes failing to load saves
Namely when they have been scrolled past already so they have been unloaded to save memory.
This commit is contained in:
parent
fcba9f1f2e
commit
a2c82444aa
@ -268,7 +268,7 @@ void SaveButton::OnMouseUnclick(int x, int y, unsigned int button)
|
|||||||
{
|
{
|
||||||
return; //left click only!
|
return; //left click only!
|
||||||
}
|
}
|
||||||
if (file && !file->GetGameSave())
|
if (file && !file->LazyGetGameSave())
|
||||||
{
|
{
|
||||||
new ErrorMessage("Error loading save", file->GetError());
|
new ErrorMessage("Error loading save", file->GetError());
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user