DEADSOFTWARE

save r_maxfps to the config
authorfgsfds <pvt.fgsfds@gmail.com>
Tue, 3 Mar 2020 23:24:00 +0000 (02:24 +0300)
committerfgsfds <pvt.fgsfds@gmail.com>
Tue, 3 Mar 2020 23:24:00 +0000 (02:24 +0300)
src/game/g_console.pas

index fa7d2db4202c5cc1544fc2acdf772b51329bbb68..b4842f5eef671e325dd6b17c5cbeb010c729525b 100644 (file)
@@ -2130,6 +2130,7 @@ begin
     end
   end;
 
+  WriteLn(f, 'r_maxfps ', gMaxFPS);
   WriteLn(f, 'r_reset');
   CloseFile(f)
 end;