16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 12:49:18 +02:00

make targetfps great again

This commit is contained in:
maj00r
2026-08-25 18:03:55 +02:00
parent 9a0b63a97c
commit 0aceb120e2
2 changed files with 7 additions and 1 deletions

View File

@@ -223,6 +223,12 @@ bool global_settings::ConfigParseGraphics(cParser& Parser, const std::string& to
return true;
}
if (token == "targetfps")
{
ParseOne(Parser, targetfps, 1, false);
return true;
}
if (token == "heightbase")
{
ParseOne(Parser, fDistanceFactor, 1, false);