mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Split off the old console parser into idparse.[ch] and prepared the cbuf
struct and support functions for GIB mark III. Oh yeah, I'm back.
This commit is contained in:
parent
ad8176d68c
commit
a93b221272
11 changed files with 242 additions and 137 deletions
|
@ -64,6 +64,7 @@ static const char rcsid[] =
|
|||
#endif
|
||||
|
||||
#include "QF/cbuf.h"
|
||||
#include "QF/idparse.h"
|
||||
#include "QF/cdaudio.h"
|
||||
#include "QF/cmd.h"
|
||||
#include "QF/console.h"
|
||||
|
@ -1662,7 +1663,7 @@ CL_Init_Memory (void)
|
|||
void
|
||||
Host_Init (void)
|
||||
{
|
||||
cl_cbuf = Cbuf_New ();
|
||||
cl_cbuf = Cbuf_New (COM_extract_line, COM_parse_line, NULL, NULL);
|
||||
|
||||
Cvar_Init_Hash ();
|
||||
Cmd_Init_Hash ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue