mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +00:00
- added config migration handling for the changes to adl_volume_model.
# Conflicts: # src/gameconfigfile.cpp
This commit is contained in:
parent
586c2a2093
commit
ceaea1548d
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue