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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user