mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-01-19 15:01:03 +00:00
Fix storing of force crosshair option
This commit is contained in:
parent
48c2486aad
commit
216a225aa6
1 changed files with 1 additions and 0 deletions
|
@ -271,6 +271,7 @@ void UI_Init( int apiVersion, uiimport_t *uiimport, qboolean inGameLoad )
|
|||
Menu_Cache( );
|
||||
|
||||
ui.Cvar_Create( "cg_drawCrosshair", "4", CVAR_ARCHIVE );
|
||||
ui.Cvar_Create( "cg_drawCrosshairForce", "9", CVAR_ARCHIVE );
|
||||
ui.Cvar_Create( "cg_marks", "1", CVAR_ARCHIVE );
|
||||
ui.Cvar_Create ("s_language", "english", CVAR_ARCHIVE | CVAR_NORESTART);
|
||||
#ifndef JK2_MODE
|
||||
|
|
Loading…
Reference in a new issue