diff --git a/bindings/2.206/GeometryDash.bro b/bindings/2.206/GeometryDash.bro index 88a2878eb..bc12f7234 100644 --- a/bindings/2.206/GeometryDash.bro +++ b/bindings/2.206/GeometryDash.bro @@ -13555,8 +13555,9 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate { void flipGravity(bool, bool) = win 0x3781e0, m1 0x3848b4, imac 0x40c9c0; TodoReturn flipMod(); void gameEventTriggered(int p0, int p1) = win inline, m1 0x384c24, imac 0x40cd80 { - if (this->m_gameLayer) - this->m_gameLayer->gameEventTriggered(static_cast(p0), p1, this->m_unk326); + if (this->m_gameLayer) { + this->m_gameLayer->gameEventTriggered(static_cast(p0), p1, static_cast(this->m_savedObjectType)); + } } bool getActiveMode() = imac 0x41f680, m1 0x394684; TodoReturn getCurrentXVelocity();