mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-01 15:01:00 +00:00
always call QFS_Gamedir on receipt of the server info
This commit is contained in:
parent
818756ace5
commit
657baba8a9
2 changed files with 1 additions and 3 deletions
qw/source
|
@ -717,9 +717,8 @@ CL_ParseServerData (void)
|
||||||
// save current config
|
// save current config
|
||||||
Host_WriteConfiguration ();
|
Host_WriteConfiguration ();
|
||||||
cflag = true;
|
cflag = true;
|
||||||
|
|
||||||
QFS_Gamedir (str);
|
|
||||||
}
|
}
|
||||||
|
QFS_Gamedir (str);
|
||||||
|
|
||||||
if (cls.demoplayback2) {
|
if (cls.demoplayback2) {
|
||||||
realtime = cls.basetime = MSG_ReadFloat (net_message);
|
realtime = cls.basetime = MSG_ReadFloat (net_message);
|
||||||
|
|
|
@ -354,7 +354,6 @@ CL_ParseTEnt (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
// sound
|
// sound
|
||||||
Con_Printf ("%s\n", cl_sfx_r_exp3->name);
|
|
||||||
S_StartSound (-1, 0, cl_sfx_r_exp3, pos, 1, 1);
|
S_StartSound (-1, 0, cl_sfx_r_exp3, pos, 1, 1);
|
||||||
|
|
||||||
// sprite
|
// sprite
|
||||||
|
|
Loading…
Reference in a new issue