Core/Misc: Fix static analysis issues
(cherrypicked from 69400719948fc32b3802a0ff6834b6261e4a0754)
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user