mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
clean up some bitrot
This commit is contained in:
parent
6c5cad0806
commit
dc10116fc3
2 changed files with 0 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
||||||
/*
|
|
||||||
Compiler/Machine-Specific Configuration
|
|
||||||
*/
|
|
||||||
#ifndef __config_h_
|
|
||||||
#define __config_h_
|
|
||||||
@TOP@
|
|
||||||
|
|
||||||
@BOTTOM@
|
|
||||||
#endif // __config_h_
|
|
|
@ -62,7 +62,6 @@ main (int argc, char **argv)
|
||||||
membase = malloc (memsize);
|
membase = malloc (memsize);
|
||||||
Memory_Init (membase, memsize);
|
Memory_Init (membase, memsize);
|
||||||
Cvar_Init ();
|
Cvar_Init ();
|
||||||
Cbuf_Init ();
|
|
||||||
Cmd_Init ();
|
Cmd_Init ();
|
||||||
|
|
||||||
Cvar_Get ("fs_basegame", "", 0, 0, 0);
|
Cvar_Get ("fs_basegame", "", 0, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue