Clicking on empty space no longer cancels the loadsave dialog.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9051 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
0d01c89aba
commit
6c11cf0d9b
|
@ -456,7 +456,7 @@ BOOL runLoadSave(BOOL bResetMissionWidgets)
|
|||
}
|
||||
else
|
||||
{
|
||||
goto cleanup; // clicked on an empty box
|
||||
return false; // clicked on an empty box
|
||||
}
|
||||
|
||||
goto success;
|
||||
|
|
Loading…
Reference in New Issue