clean up some bitrot

This commit is contained in:
Bill Currie 2002-08-16 17:52:17 +00:00
parent 6c5cad0806
commit dc10116fc3
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +0,0 @@
/*
Compiler/Machine-Specific Configuration
*/
#ifndef __config_h_
#define __config_h_
@TOP@
@BOTTOM@
#endif // __config_h_

View file

@ -62,7 +62,6 @@ main (int argc, char **argv)
membase = malloc (memsize);
Memory_Init (membase, memsize);
Cvar_Init ();
Cbuf_Init ();
Cmd_Init ();
Cvar_Get ("fs_basegame", "", 0, 0, 0);