2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

skip EULA if no TOS file exists

This commit is contained in:
diafero
2011-08-01 17:57:15 +02:00
parent 6bd23dac39
commit b3e10ea95f

View File

@ -1008,6 +1008,8 @@ BOOL CALLBACK UruTOSDialogProc( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM l
SetDlgItemText(hwndDlg, IDC_URULOGIN_EULATEXT, eulaData);
delete [] eulaData;
}
else // no TOS found, go ahead
EndDialog(hwndDlg, true);
break;
}