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-861f7616d084
master
Guangcong Luo 2010-01-08 07:29:28 +00:00 committed by Git SVN Gateway
parent 0d01c89aba
commit 6c11cf0d9b
1 changed files with 1 additions and 1 deletions

View File

@ -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;