summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-12-23 14:58:08 +0000
committerTim Angus <tim@ngus.net>2005-12-23 14:58:08 +0000
commit4b614e63d7da358a8a30e61a89365add79ecde9c (patch)
tree4359a65c759e098e6efc8c31c28d337f3ba66689 /src/ui
parent07af35d09bd690d0f4ce059c4b3069917b8a49a4 (diff)
* Crudely removed CD key authentication
* Changed defaults for r_picmip and r_textureMode * Changed internal alien weapon names * Removed playback of the intro movie * Fixed painblend reset bug * Added multiple chat sounds * Player splash wake now uses mark system
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/ui_local.h9
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;