Client: Remove the last reference to g_iWorldInitialized

This commit is contained in:
Marco Cawthorne 2021-04-22 01:59:37 +02:00
parent 2ad3069b1d
commit 74f6d1a033
2 changed files with 0 additions and 6 deletions

View file

@ -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;

View file

@ -84,10 +84,6 @@ DSP_UpdateSoundscape(void)
{
vector vecPlayer;
if (!g_iWorldInitialized) {
return;
}
if (autocvar_dsp_soundscapes == FALSE) {
return;
}