X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=b4842f5eef671e325dd6b17c5cbeb010c729525b;hb=c7a5223f1e2520ab13b480b937af1e208201de15;hp=c38b476408f08dc42aba24a0b6ca04e000fc4e06;hpb=49466ddcf6c0bb9d25a8f713d632f37ddc0474d1;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index c38b476..b4842f5 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -953,6 +953,7 @@ begin AddCommand('quit', SystemCommands); AddCommand('exit', SystemCommands); AddCommand('r_reset', SystemCommands); + AddCommand('r_maxfps', SystemCommands); AddCommand('g_language', SystemCommands); AddCommand('bind', BindCommands); @@ -2129,6 +2130,7 @@ begin end end; + WriteLn(f, 'r_maxfps ', gMaxFPS); WriteLn(f, 'r_reset'); CloseFile(f) end;