mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Stop executing quake.rc
This commit is contained in:
parent
f12f8cf4ac
commit
b3b6de758b
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ servers can also send across commands and entire text files can be execed.
|
|||
|
||||
The + command line options are also added to the command buffer.
|
||||
|
||||
The game starts with a Cbuf_AddText ("exec quake.rc\n"); Cbuf_Execute ();
|
||||
The game starts with a Cbuf_AddText ("exec nzp.rc\n"); Cbuf_Execute ();
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
@ -910,14 +910,14 @@ void Host_Init (quakeparms_t *parms)
|
|||
#endif
|
||||
}
|
||||
|
||||
Cbuf_InsertText ("exec quake.rc\n");
|
||||
Cbuf_InsertText ("exec nzp.rc\n");
|
||||
|
||||
Hunk_AllocName (0, "-HOST_HUNKLEVEL-");
|
||||
host_hunklevel = Hunk_LowMark ();
|
||||
|
||||
host_initialized = true;
|
||||
|
||||
Sys_Printf ("========Quake Initialized=========\n");
|
||||
Sys_Printf ("========Nazi Zombies Portable Initialized=========\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue