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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user