This commit is contained in:
Tleety
2016-03-04 02:52:04 +01:00
parent 45991000ae
commit 0e95c5bb95
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class ScoreScreenSystem : public PureSystem
public:
ScoreScreenSystem(SystemParams params);
virtual void UpdateComponent(EntityWrapper& entity, ComponentWrapper& capturePoint, double dt) override;
virtual void UpdateComponent(EntityWrapper& entity, ComponentWrapper& scoreScreen, double dt) override;
EventRelay<ScoreScreenSystem, Events::KillDeath> m_EPlayerDeath;
bool OnPlayerDeath(const Events::KillDeath& e);