Client: Remove the last reference to g_iWorldInitialized
This commit is contained in:
parent
2ad3069b1d
commit
74f6d1a033
2 changed files with 0 additions and 6 deletions
|
@ -67,8 +67,6 @@ vector video_res;
|
|||
vector mouse_pos;
|
||||
int g_iIntermission;
|
||||
|
||||
int g_iWorldInitialized;
|
||||
|
||||
/* this actually belongs in builtins.h since its an undocumented global */
|
||||
float clframetime;
|
||||
|
||||
|
|
|
@ -84,10 +84,6 @@ DSP_UpdateSoundscape(void)
|
|||
{
|
||||
vector vecPlayer;
|
||||
|
||||
if (!g_iWorldInitialized) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (autocvar_dsp_soundscapes == FALSE) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue