Skip to content

Commit

Permalink
remove anon_1 death type
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Feb 23, 2020
1 parent f2bb2b4 commit 0a94357
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helpers_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,6 @@ static void do_event(std::ostream & s, const event_context & context, df::histor
case death_type::EXECUTION_GENERIC:
s << " was executed";
BREAK(cause);
case death_type::anon_1:
do_event_missing(s, context, event, __LINE__);
break;
}
AFTER_SWITCH(cause, stl_sprintf("event-%d (HIST_FIGURE_DIED)", event->id));
if (!do_weapon(s, context, event->weapon, weapon_prefix))
Expand Down

0 comments on commit 0a94357

Please sign in to comment.