aboutsummaryrefslogtreecommitdiff
path: root/code/client/cl_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_ui.c')
-rw-r--r--code/client/cl_ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/code/client/cl_ui.c b/code/client/cl_ui.c
index ed32313..00b5b5a 100644
--- a/code/client/cl_ui.c
+++ b/code/client/cl_ui.c
@@ -1060,7 +1060,8 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
default:
- Com_Error( ERR_DROP, "Bad UI system trap: %ld", (long int) args[0] );
+ //Com_Error( ERR_DROP, "Bad UI system trap: %ld", (long int) args[0] );
+ break;
}