X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_options.pas;h=c70af6d73b516d5de6c97bcee57749185afaf4f3;hp=b308b04304e9d013507137caee35eb35ccb0791f;hb=83dba8e8957923e6a8f6541d7935345a59cf5bde;hpb=ea2a0471121aabe9ff059e29c1c42fa313307c23 diff --git a/src/game/g_options.pas b/src/game/g_options.pas index b308b04..c70af6d 100644 --- a/src/game/g_options.pas +++ b/src/game/g_options.pas @@ -103,7 +103,7 @@ implementation uses e_log, e_input, g_window, g_sound, g_gfx, g_player, Math, g_map, g_net, g_netmaster, SysUtils, CONFIG, g_game, g_main, e_textures, - g_items, GL, GLExt; + g_items, GL, GLExt, wadreader; procedure g_Options_SetDefault(); var @@ -335,7 +335,9 @@ begin gRevertPlayers := config.ReadBool('Game', 'RevertPlayers', False); gChatBubble := Min(Max(config.ReadInt('Game', 'ChatBubble', 4), 0), 4); gSFSDebug := config.ReadBool('Game', 'SFSDebug', False); + wadoptDebug := gSFSDebug; gSFSFastMode := config.ReadBool('Game', 'SFSFastMode', False); + wadoptFast := gSFSFastMode; // Ãåéìïëåé â ñâîåé èãðå gcMap := config.ReadStr('GameplayCustom', 'Map', '');