aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/cl_scrn.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/cl_scrn.c')
-rw-r--r--code/client/cl_scrn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_scrn.c b/code/client/cl_scrn.c
index 86879f1..a24984b 100644
--- a/code/client/cl_scrn.c
+++ b/code/client/cl_scrn.c
@@ -490,7 +490,7 @@ void SCR_DrawScreenField( stereoFrame_t stereoFrame ) {
}
// the menu draws next
- if ( cls.keyCatchers & KEYCATCH_UI && uivm ) {
+ if ( Key_GetCatcher( ) & KEYCATCH_UI && uivm ) {
VM_Call( uivm, UI_REFRESH, cls.realtime );
}