From: fgsfds Date: Tue, 3 Mar 2020 23:24:00 +0000 (+0300) Subject: save r_maxfps to the config X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=80bd740786c1cb6fc146642daf668da1ab950743 save r_maxfps to the config --- diff --git a/src/game/g_console.pas b/src/game/g_console.pas index fa7d2db..b4842f5 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -2130,6 +2130,7 @@ begin end end; + WriteLn(f, 'r_maxfps ', gMaxFPS); WriteLn(f, 'r_reset'); CloseFile(f) end;