Commented out unused parameter

Not removing since I don't know if it will be needed again later.
This commit is contained in:
Charles Dang 2016-09-17 01:30:39 +11:00
parent ff9450eff2
commit f4fcb330c8

View file

@ -445,7 +445,7 @@ namespace { // Private helpers for move_unit()
* @return true if @a hex is obstructed.
*/
inline bool unit_mover::check_for_obstructing_unit(const map_location & hex,
const map_location & prev_hex)
const map_location & /*prev_hex*/)
{
const unit_map::const_iterator blocking_unit = resources::units->find(hex);