Fix a compiler warning.

This commit is contained in:
Mark de Wever 2009-08-16 16:57:32 +00:00
parent 53f8d90a42
commit 7581d8faf4

View file

@ -2211,7 +2211,7 @@ bool clear_shroud(int side)
size_t move_unit(move_unit_spectator *move_spectator,
const std::vector<map_location> &route,
replay* move_recorder, undo_list* undo_stack,
bool show_move,
bool /*show_move*/,
map_location *next_unit, bool continue_move,
bool should_clear_shroud, bool is_replay)
{