Changed fullscreen/windowed behaviour, config saving behaviour

This commit is contained in:
Marco Cawthorne 2017-11-10 18:44:32 -06:00
parent edc1ca3e1e
commit 9ddf09029c
3 changed files with 4 additions and 3 deletions

View File

@ -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" );

View File

@ -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"

Binary file not shown.