Core/Misc: Fix static analysis issues

(cherrypicked from 6940071994)
This commit is contained in:
jackpoz
2017-02-25 15:54:11 +01:00
committed by Shauren
parent 9780d23f47
commit 154f9a03e7

View File

@@ -1542,7 +1542,7 @@ public:
struct go_bellsAI : public GameObjectAI
{
go_bellsAI(GameObject* go) : GameObjectAI(go) { }
go_bellsAI(GameObject* go) : GameObjectAI(go), _soundId(0) { }
void InitializeAI() override
{