mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 02:51:37 +00:00
- default summary screen's clean scale to false.
This commit is contained in:
parent
ce25b5bc41
commit
b902440535
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ CVAR(Bool, wi_percents, true, CVAR_ARCHIVE)
|
|||
CVAR(Bool, wi_showtotaltime, true, CVAR_ARCHIVE)
|
||||
CVAR(Bool, wi_noautostartmap, false, CVAR_USERINFO | CVAR_ARCHIVE)
|
||||
CVAR(Int, wi_autoadvance, 0, CVAR_SERVERINFO)
|
||||
CVAR(Bool, wi_cleantextscale, true, CVAR_ARCHIVE)
|
||||
CVAR(Bool, wi_cleantextscale, false, CVAR_ARCHIVE)
|
||||
EXTERN_CVAR(Bool, inter_classic_scaling)
|
||||
|
||||
// States for the intermission
|
||||
|
|
Loading…
Reference in a new issue