Prevent error messages from disappearing instantly

This commit is contained in:
Lephenixnoir 2021-09-17 07:32:38 +02:00
parent 8cc7f0b115
commit 0aaed2e7a5
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 0 deletions

View File

@ -484,5 +484,6 @@ void UI_Error(const char *fmt, va_list args)
Bdisp_PutDisp_DD();
int key;
while(PRGM_GetKey());
GetKey(&key);
}