Changed fullscreen/windowed behaviour, config saving behaviour
This commit is contained in:
parent
edc1ca3e1e
commit
9ddf09029c
3 changed files with 4 additions and 3 deletions
|
@ -166,7 +166,7 @@ void Menu_Configuration_Video( void ) {
|
|||
|
||||
Menu_ResetClipArea();
|
||||
|
||||
Object_CvarToggle( '400 165', "Fullscreen", "vid_fullscreen_standalone" );
|
||||
Object_CvarToggle( '400 165', "Fullscreen", "vid_fullscreen" );
|
||||
Object_CvarToggle( '400 185', "Triple Buffering", "vid_triplebuffer" );
|
||||
Object_CvarToggle( '400 205', "Virtual Synchronisation", "vid_vsync" );
|
||||
|
||||
|
|
|
@ -74,5 +74,6 @@ seta r_imageexensions "tga bmp pcx"
|
|||
seta vid_conautoscale "1"
|
||||
seta scr_conalpha "1"
|
||||
seta con_notifylines "0"
|
||||
seta maxplayers 8
|
||||
seta lang "en_us"
|
||||
seta maxplayers "8"
|
||||
seta lang "en_us"
|
||||
seta cfg_save_auto "1"
|
BIN
freecs/menu.dat
BIN
freecs/menu.dat
Binary file not shown.
Loading…
Reference in a new issue