aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-20 15:46:50 +0300
committerFathi Boudra <fabo@debian.org>2011-10-20 15:46:50 +0300
commit422b44f50f36e543d985198e8b6656b4f58064e6 (patch)
tree3629abede96179633b0c34c5578eb8011622f2d3 /code
parent0c381e379977fa87548d55bf314f8f49aeaa3f3e (diff)
work around Bad UI System Trap 53
Diffstat (limited to 'code')
-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;
}