Comment out an unused parameter.
This commit is contained in:
parent
743faf8f64
commit
f87ffceada
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ editor_map::editor_map(const config& terrain_cfg, size_t width, size_t height, t
|
|||
sanity_check();
|
||||
}
|
||||
|
||||
editor_map::editor_map(const config& terrain_cfg, const gamemap& map)
|
||||
editor_map::editor_map(const config& /*terrain_cfg*/, const gamemap& map)
|
||||
: gamemap(map)
|
||||
, selection_()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue