mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 18:58:35 +00:00
parent
0945c30efd
commit
6882adbcb2
@ -415,7 +415,7 @@ static void find_routes(
|
||||
}
|
||||
}
|
||||
|
||||
if ( viewing_team && current_team && viewing_team != current_team && viewing_team->shrouded(next_hex) ) {
|
||||
if ( !see_all && viewing_team && current_team && viewing_team != current_team && viewing_team->shrouded(next_hex) ) {
|
||||
// bug #2199: in "Show Enemy Moves", don't pathfind enemy units through the player's shroud
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user