[quake3-commits] r2347 - trunk/code/ui
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Oct 30 16:06:49 EDT 2012
Author: ztm
Date: 2012-10-30 16:06:48 -0400 (Tue, 30 Oct 2012)
New Revision: 2347
Modified:
trunk/code/ui/ui_main.c
Log:
Don't draw cursor during Team Arena's loading screen.
Modified: trunk/code/ui/ui_main.c
===================================================================
--- trunk/code/ui/ui_main.c 2012-10-30 16:51:06 UTC (rev 2346)
+++ trunk/code/ui/ui_main.c 2012-10-30 20:06:48 UTC (rev 2347)
@@ -629,7 +629,7 @@
// draw cursor
UI_SetColor( NULL );
- if (Menu_Count() > 0) {
+ if (Menu_Count() > 0 && (trap_Key_GetCatcher() & KEYCATCH_UI)) {
UI_DrawHandlePic( uiInfo.uiDC.cursorx-16, uiInfo.uiDC.cursory-16, 32, 32, uiInfo.uiDC.Assets.cursor);
}
More information about the quake3-commits
mailing list