fix warnings
This commit is contained in:
parent
004073640b
commit
24f3516b81
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ bool gamemap::is_keep(const gamemap::location& loc) const
|
|||
return on_board(loc) && is_keep(get_terrain(loc));
|
||||
}
|
||||
|
||||
bool gamemap::filter_location(const gamemap::location &loc,const config &con) const
|
||||
bool gamemap::filter_location(const gamemap::location &loc,const config & /*con*/) const
|
||||
{ //need to fill this in
|
||||
return on_board(loc);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue