diff options
Diffstat (limited to 'code/q3_ui/ui_local.h')
-rw-r--r-- | code/q3_ui/ui_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/q3_ui/ui_local.h b/code/q3_ui/ui_local.h index 8999791..03b63e0 100644 --- a/code/q3_ui/ui_local.h +++ b/code/q3_ui/ui_local.h @@ -547,7 +547,8 @@ typedef struct { qhandle_t cursor; qhandle_t rb_on; qhandle_t rb_off; - float scale; + float xscale; + float yscale; float bias; qboolean demoversion; qboolean firstdraw; |