Animation fixes

This commit is contained in:
viktorljung
2015-10-23 15:36:23 +02:00
parent a3354b856d
commit 48b9e8fbed
6 changed files with 211 additions and 192 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ private:
int m_Shots = 0;
float m_InkBlasterSpeed = 5;
EntityID m_InkBlastTemplate;
EntityID m_AttachedSquid;
EntityID m_AttachedSquid = 0;
dd::EventRelay<ProjectileSystem, dd::Events::Contact> m_EContact;
dd::EventRelay<ProjectileSystem, dd::Events::Pause> m_EPause;