From cbd40d5c327d6b62cfcc8aaaff9bf4e29b2fefbc Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sun, 27 Sep 2020 13:39:54 +0200 Subject: [PATCH] set maxfps to 60 for now (there are some issues on wine) --- src/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.c b/src/settings.c index ce0d2fc..2b84bdc 100644 --- a/src/settings.c +++ b/src/settings.c @@ -229,7 +229,7 @@ static void CreateSettingsIni() "\n" "; Real rendering rate, -1 = screen rate, 0 = unlimited, n = cap\n" "; Note: Does not have an impact on the game speed, to limit your game speed use 'maxgameticks='\n" - "maxfps=-1\n" + "maxfps=60\n" "\n" "; Vertical synchronization, enable if you get tearing - (Requires 'renderer=auto/opengl/direct3d9')\n" "vsync=false\n"