EventManager tweak.

develop
expwnent 2014-11-07 14:16:10 -05:00
parent 82dade1ae0
commit fa401f8637
1 changed files with 1 additions and 1 deletions

@ -1034,7 +1034,7 @@ static void manageInteractionEvent(color_ostream& out) {
continue;
}
//int32_t unitId = reportToRelevantUnits[report->id][0];
bool isActor = type == df::announcement_type::INTERACTION_ACTOR;
bool isActor = attackerId == -1;//type == df::announcement_type::INTERACTION_ACTOR;
if ( isActor ) {
attackReport = report->id;