Remove extra argument from mesgbox

This commit is contained in:
Andrey A. Chernov 1995-05-16 10:17:13 +00:00
parent 60f6659f70
commit a66edb3187

View File

@ -38,7 +38,7 @@ dialog_notify(char *msg)
}
tmphlp = get_helpline();
use_helpline("Press enter to continue");
dialog_mesgbox("Message", msg, -1, -1, TRUE);
dialog_mesgbox("Message", msg, -1, -1);
restore_helpline(tmphlp);
touchwin(w);
wrefresh(w);