diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_local.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index d867c929..865ce927 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -586,11 +586,8 @@ typedef struct { int cursorx; int cursory; glconfig_t glconfig; - qboolean debug; + qboolean debug; qhandle_t whiteShader; - qhandle_t menuBackShader; - qhandle_t menuBackShader2; - qhandle_t menuBackNoLogoShader; qhandle_t charset; qhandle_t charsetProp; qhandle_t charsetPropGlow; @@ -600,8 +597,8 @@ typedef struct { qhandle_t rb_off; float scale; float bias; - qboolean demoversion; - qboolean firstdraw; + qboolean demoversion; + qboolean firstdraw; } uiStatic_t; |