From: Ketmar Dark Date: Fri, 15 Apr 2016 10:40:48 +0000 (+0300) Subject: i'm idiot: sfsfast should be OFF by default X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=9cd5e0769304dd44157e794f7c61474d704fcb4a i'm idiot: sfsfast should be OFF by default --- 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', '');