mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-04 11:01:20 +00:00
Due to snax's ping stuff not compiling under windows, I did a little
cleaning. Specificly, the entire menu system has been completely and utterly removed. Flame me AFTER writing a replacement. <=:]
This commit is contained in:
parent
9f6b0bf758
commit
01238243c1
17 changed files with 6 additions and 2317 deletions
|
@ -37,7 +37,6 @@
|
|||
#include "sbar.h"
|
||||
#include "r_local.h"
|
||||
#include "draw.h"
|
||||
#include "menu.h"
|
||||
#include "cl_parse.h"
|
||||
|
||||
qboolean allowskybox; // whether or not to allow skyboxes
|
||||
|
@ -252,7 +251,7 @@ R_NetGraph (void)
|
|||
y = vid.height - sb_lines - 24 - r_graphheight->int_val * 2 - 2;
|
||||
|
||||
//M_DrawTextBox (x, y, (w + 7) / 8, (r_graphheight->int_val * 2 + 7) / 8 + 1);
|
||||
M_DrawTextBox (x-w, y, (w+7)/8, (r_graphheight->int_val*2+7)/8+1);
|
||||
//M_DrawTextBox (x-w, y, (w+7)/8, (r_graphheight->int_val*2+7)/8+1);
|
||||
y2 = y + 8;
|
||||
y = vid.height - sb_lines - 8 - 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue