chore: formatting update, removed _ argument name
This commit is contained in:
parent
2a0c9a623e
commit
2c5fdfcc3e
|
@ -96,7 +96,7 @@ void EnemyWorldState::remove_aware_unit(Unit *unit) {
|
||||||
this->select_and_set_target();
|
this->select_and_set_target();
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnemyWorldState::on_aware_unit_death(Unit *_, Unit *dead_entity) {
|
void EnemyWorldState::on_aware_unit_death(Unit *, Unit *dead_entity) {
|
||||||
this->on_awareness_exited(dead_entity);
|
this->on_awareness_exited(dead_entity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue