summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6dc6f21)
raw | patch | inline | side by side (parent: 6dc6f21)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 15 Apr 2016 10:40:48 +0000 (13:40 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 15 Apr 2016 10:40:48 +0000 (13:40 +0300) |
src/game/g_options.pas | patch | blob | history |
diff --git a/src/game/g_options.pas b/src/game/g_options.pas
index bbaa0435d5a5078680024ed9ae9c3f21a2289ca3..c24efc2b48f00e4f51489e251eeb548302ea25d1 100644 (file)
--- a/src/game/g_options.pas
+++ b/src/game/g_options.pas
gsSDLSampleRate: Integer = 44100;
gsSDLBufferSize: Integer = 2048;
gSFSDebug: Boolean = False;
- gSFSFastMode: Boolean = True;
+ gSFSFastMode: Boolean = False;
implementation
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', '');