diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_ui.c b/src/client/cl_ui.c index faa1237a..88e0e6d1 100644 --- a/src/client/cl_ui.c +++ b/src/client/cl_ui.c @@ -758,7 +758,7 @@ intptr_t CL_UISystemCalls( intptr_t *args ) { return 0; case UI_CMD_EXECUTETEXT: - if(args[1] == 0 + if(args[1] == EXEC_NOW && (!strncmp(VMA(2), "snd_restart", 11) || !strncmp(VMA(2), "vid_restart", 11) || !strncmp(VMA(2), "quit", 5))) |