Merge branch 'master' of github.com:teamfisk/AgileBreakOut into Tobias

This commit is contained in:
tleety
2015-10-08 23:37:14 +02:00
28 changed files with 12208 additions and 13 deletions
+9 -1
View File
@@ -443,7 +443,15 @@ bool dd::Systems::LevelSystem::OnStageCleared(const dd::Events::StageCleared &ev
if (m_CurrentLevel < 6) {
GetNextLevel();
CreateLevel(12);
}
} else {
// Win
Events::ClusterClear e;
EventBroker->Publish(e);
Events::Pause p;
p.Type = "All";
EventBroker->Publish(p);
}
}
return true;
}