mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Set the compass scale to 0.55 by default on the base game
This commit is contained in:
parent
b58f031bcc
commit
835ddb1de3
1 changed files with 1 additions and 1 deletions
|
@ -3857,7 +3857,7 @@ void UI_ResolutionChange(void)
|
|||
ui_compass_scale = Cvar_Get("ui_compass_scale", "0.75", CVAR_ARCHIVE | CVAR_LATCH);
|
||||
} else {
|
||||
// Older version doesn't have an adjustable compass, so assume 0.5 by default
|
||||
ui_compass_scale = Cvar_Get("ui_compass_scale", "0.5", CVAR_ARCHIVE | CVAR_LATCH);
|
||||
ui_compass_scale = Cvar_Get("ui_compass_scale", "0.55", CVAR_ARCHIVE | CVAR_LATCH);
|
||||
}
|
||||
|
||||
CL_FillUIImports();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue