Commented out unused parameter
Not removing since I don't know if it will be needed again later.
This commit is contained in:
parent
ff9450eff2
commit
f4fcb330c8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue