mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
remove the defunct cls.mapstring
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@314 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
da578286cc
commit
31c71800ae
2 changed files with 0 additions and 10 deletions
|
@ -115,7 +115,6 @@ typedef struct
|
|||
cactive_t state;
|
||||
|
||||
// personalization data sent to server
|
||||
char mapstring[MAX_QPATH];
|
||||
char spawnparms[MAX_MAPSTRING]; // to restart a level
|
||||
|
||||
// demo loop control
|
||||
|
|
|
@ -827,15 +827,6 @@ void Host_Map_f (void)
|
|||
key_dest = key_game; // remove console or menu
|
||||
SCR_BeginLoadingPlaque ();
|
||||
|
||||
// mapstring isn't used anywhere!
|
||||
cls.mapstring[0] = 0;
|
||||
for (i = 0; i < Cmd_Argc(); i++)
|
||||
{
|
||||
strcat (cls.mapstring, Cmd_Argv(i));
|
||||
strcat (cls.mapstring, " ");
|
||||
}
|
||||
strcat (cls.mapstring, "\n");
|
||||
|
||||
svs.serverflags = 0; // haven't completed an episode yet
|
||||
|
||||
// remove (any) trailing ".bsp" from mapname S.A.
|
||||
|
|
Loading…
Reference in a new issue