main circuit logic enhancement, ai route scanning fix, event0 activation fix

This commit is contained in:
tmj-fstate
2019-06-29 15:02:33 +02:00
parent 12a71b7f3f
commit 7c07aa9682
6 changed files with 71 additions and 20 deletions

View File

@@ -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")
{