Fix a warning
This commit is contained in:
parent
0229f94913
commit
780c5fecac
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void side_actions::execute_all()
|
|||
{
|
||||
iterator position = begin();
|
||||
|
||||
bool is_attack = boost::dynamic_pointer_cast<attack>(*position);
|
||||
// Unused: bool is_attack = boost::dynamic_pointer_cast<attack>(*position);
|
||||
bool finished = execute(position);
|
||||
|
||||
keep_executing = finished && !empty();
|
||||
|
|
Loading…
Add table
Reference in a new issue