--- np2/macosx/dialog/macalert.cpp 2003/11/06 18:27:59 1.2 +++ np2/macosx/dialog/macalert.cpp 2003/11/11 16:33:51 1.3 @@ -23,6 +23,7 @@ static SInt16 showCautionAlert(CFStringR if (button) param.defaultText = button; CreateStandardAlert(kAlertCautionAlert, title, string, ¶m, &ret); + SysBeep(0); RunStandardAlert(ret, NULL, &hit); return(hit); } @@ -36,6 +37,7 @@ void ResumeErrorDialogProc(void) { CreateStandardAlert(kAlertStopAlert, CFCopyLocalizedString(CFSTR("Couldn't restart"), "Resume Error Message"), CFCopyLocalizedString(CFSTR("A resume error occured when loading the np2.sav file. So Neko Project II couldn't restart."), "Resume Error Description"), ¶m, &ret); + SysBeep(0); RunStandardAlert(ret, NULL, &hit); }