fixup ac38604f94
This commit is contained in:
parent
6a7541b6df
commit
d973dbae6c
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ namespace { // Private helpers for move_unit()
|
|||
/// affects whether or not gotos are changed).
|
||||
unit_mover::unit_mover(const std::vector<map_location> & route,
|
||||
move_unit_spectator *move_spectator,
|
||||
bool skip_sightings, bool skip_ally_sightings) :
|
||||
bool skip_sightings, bool skip_ally_sightings)
|
||||
: spectator_(move_spectator)
|
||||
, skip_sighting_(skip_sightings)
|
||||
, skip_ally_sighting_(skip_ally_sightings)
|
||||
|
|
Loading…
Add table
Reference in a new issue