Core/Misc: Fix static analysis issues

(cherrypicked from 69400719948fc32b3802a0ff6834b6261e4a0754)
This commit is contained in:
jackpoz
2019-08-17 20:04:14 +02:00
committed by Shauren
parent 9780d23f47
commit 154f9a03e7
+1 -1
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
{