Fix a warning

This commit is contained in:
Alexander van Gessel 2011-07-25 01:55:41 +01:00
parent 0229f94913
commit 780c5fecac

View file

@ -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();