Skip to content

Commit

Permalink
Fixed hotfix :P
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Jun 16, 2013
1 parent adc72e3 commit 099d025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SSVOpenHexagon/Core/HexagonGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ namespace hg
{
if(manager.getComponents("wall").size() > 0)
{
timeline.insert<Do>(timeline.getCurrentIndex() + 1, [&]{ wtf(); });
timeline.insert<Do>(timeline.getCurrentIndex() + 1, [&]{ clearAndResetTimeline(); });
timeline.insert<Do>(timeline.getCurrentIndex() + 1, [&, mSideNumber]{ sideChange(mSideNumber); });
timeline.insert<Wait>(timeline.getCurrentIndex() + 1, 1);
return;
Expand Down

0 comments on commit 099d025

Please sign in to comment.