Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Mar 29, 2018
1 parent 3c59dc2 commit 7f1422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers_event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5021,7 +5021,7 @@ static void do_event(std::ostream & s, const event_context & context, df::histor
auto animate = virtual_cast<df::interaction_effect_animatest>(d_effect);
if (animate && animate->syndrome.size() == 1)
{
auto syn = animate->syndrome.at(0);
//auto syn = animate->syndrome.at(0);
do_event_missing(s, context, event, __LINE__);
}
else
Expand Down

0 comments on commit 7f1422b

Please sign in to comment.