removed the modal else from the client connection dialogue

now it doesn't crash when clicking connect on debug builds




still does on release builds, just like start server :(

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1117 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
squall-leonhart 2012-09-03 09:36:28 +00:00
parent de77f29b1a
commit 56cbd01cd7
1 changed files with 0 additions and 4 deletions

View File

@ -661,10 +661,6 @@ void LinkClient::OnLinkConnect()
delete dlginfo; delete dlginfo;
MessageBox("Error occurred.\nPlease try again.", "Error", MB_OK); MessageBox("Error occurred.\nPlease try again.", "Error", MB_OK);
} }
else
{
dlg->DoModal();
}
return; return;
} }