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:
Zephaniah E. Hull 2000-12-26 17:41:26 +00:00
parent 9f6b0bf758
commit 01238243c1
17 changed files with 6 additions and 2317 deletions

View file

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