X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_options.pas;h=c24efc2b48f00e4f51489e251eeb548302ea25d1;hb=0968d19494ddf24230a822c02acbe3a3334bc3ad;hp=bbaa0435d5a5078680024ed9ae9c3f21a2289ca3;hpb=6dc6f21202599fba3f371fadd612747402776f5f;p=d2df-sdl.git diff --git a/src/game/g_options.pas b/src/game/g_options.pas index bbaa043..c24efc2 100644 --- a/src/game/g_options.pas +++ b/src/game/g_options.pas @@ -95,7 +95,7 @@ var gsSDLSampleRate: Integer = 44100; gsSDLBufferSize: Integer = 2048; gSFSDebug: Boolean = False; - gSFSFastMode: Boolean = True; + gSFSFastMode: Boolean = False; implementation @@ -334,7 +334,7 @@ begin gRevertPlayers := config.ReadBool('Game', 'RevertPlayers', False); gChatBubble := Min(Max(config.ReadInt('Game', 'ChatBubble', 4), 0), 4); gSFSDebug := config.ReadBool('Game', 'SFSDebug', False); - gSFSFastMode := config.ReadBool('Game', 'SFSFastMode', True); + gSFSFastMode := config.ReadBool('Game', 'SFSFastMode', False); // Ãåéìïëåé â ñâîåé èãðå gcMap := config.ReadStr('GameplayCustom', 'Map', '');