mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixes for multiple new issues from Sonar
This commit is contained in:
@@ -50,8 +50,8 @@ namespace AIPathfinding
|
||||
options.allowLayerTransitioningAfterBattle = true;
|
||||
options.useTeleportWhirlpool = true;
|
||||
options.forceUseTeleportWhirlpool = true;
|
||||
options.useTeleportOneWay = ai->settings->isOneWayMonolithUsageAllowed();;
|
||||
options.useTeleportOneWayRandom = ai->settings->isOneWayMonolithUsageAllowed();;
|
||||
options.useTeleportOneWay = ai->settings->isOneWayMonolithUsageAllowed();
|
||||
options.useTeleportOneWayRandom = ai->settings->isOneWayMonolithUsageAllowed();
|
||||
}
|
||||
|
||||
AIPathfinderConfig::~AIPathfinderConfig() = default;
|
||||
|
||||
Reference in New Issue
Block a user