Comment out unused argument
This commit is contained in:
parent
78ac0fb562
commit
008550e9f2
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ unit::unit(const unit& o):
|
|||
{
|
||||
}
|
||||
|
||||
unit::unit(const config &cfg, bool use_traits, game_state* state, const vconfig* vcfg) :
|
||||
unit::unit(const config &cfg, bool use_traits, game_state* /*state*/, const vconfig* vcfg) :
|
||||
cfg_(),
|
||||
loc_(cfg["x"] - 1, cfg["y"] - 1),
|
||||
advances_to_(),
|
||||
|
|
Loading…
Add table
Reference in a new issue