mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
* Use specific exit code for xmessage
This commit is contained in:
parent
8a831d34ab
commit
ea6cf5fda9
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ static int Sys_XmessageCommand( dialogType_t type, const char *message, const ch
|
|||
|
||||
switch( type )
|
||||
{
|
||||
default: options = "-buttons OK"; break;
|
||||
default: options = "-buttons OK:0"; break;
|
||||
case DT_YES_NO: options = "-buttons Yes:0,No:1"; break;
|
||||
case DT_OK_CANCEL: options = "-buttons OK:0,Cancel:1"; break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue