mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
main circuit logic enhancement, ai route scanning fix, event0 activation fix
This commit is contained in:
@@ -58,7 +58,7 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens( 1, false );
|
||||
Parser >> FieldOfView;
|
||||
// guard against incorrect values
|
||||
FieldOfView = clamp( FieldOfView, 15.0f, 75.0f );
|
||||
FieldOfView = clamp( FieldOfView, 10.0f, 75.0f );
|
||||
}
|
||||
else if (token == "width")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user