oops, needed menu_draw_hud. don't need the state stuff any more, though :)

This commit is contained in:
Bill Currie 2004-02-14 05:33:34 +00:00
parent 85a268c62f
commit 82bc3055bc

View file

@ -16,11 +16,6 @@
#include "gui/InputLine.h"
#include "gui/Rect.h"
//FIXME shouldn't need these
entity self;
.float nextthink;
.float frame;
.void () think;
float () random = #7;
string [6] dot_name = {
@ -513,3 +508,7 @@ void () menu_init =
Menu_SetQuit (quit);
};
void () menu_draw_hud =
{
};