* Patch from Tilman Sauerbeck that fixes some UI code that does not take

account of non-4:3 aspect ratios
This commit is contained in:
Tim Angus 2006-01-16 02:23:03 +00:00
parent ede5c811c2
commit ac01b3fdc8
2 changed files with 24 additions and 22 deletions

View file

@ -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;