This commit is contained in:
gfgtdf 2017-07-25 22:04:53 +02:00 committed by GitHub
parent 6a7541b6df
commit d973dbae6c

View file

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