- added config migration handling for the changes to adl_volume_model.

# Conflicts:
#	src/gameconfigfile.cpp
This commit is contained in:
Christoph Oelckers 2020-10-04 08:20:42 +02:00 committed by drfrag
parent 586c2a2093
commit ceaea1548d

View file

@ -69,6 +69,7 @@ EXTERN_CVAR (Color, am_cdwallcolor)
EXTERN_CVAR (Bool, wi_percents)
EXTERN_CVAR (Int, gl_texture_hqresizemode)
EXTERN_CVAR (Int, gl_texture_hqresizemult)
EXTERN_CVAR(Int, adl_volume_model)
FGameConfigFile::FGameConfigFile ()
{
@ -533,6 +534,10 @@ void FGameConfigFile::DoGlobalSetup ()
}
}
}
if (last < 220)
{
adl_volume_model = 0;
}
}
}
}