Stop executing quake.rc

This commit is contained in:
Ian 2022-06-20 14:30:14 -04:00
parent f12f8cf4ac
commit b3b6de758b
2 changed files with 3 additions and 3 deletions

View File

@ -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 ();
*/

View File

@ -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");
}