feat(glue): stop glue music when entering world

This commit is contained in:
fallenoak 2025-11-27 12:24:45 -06:00
parent 1c0cee8077
commit 66950e312f
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -755,7 +755,7 @@ void CGlueMgr::PollEnterWorld() {
if (CGlueMgr::m_suspended) { if (CGlueMgr::m_suspended) {
CGlueMgr::SetIdleState(IDLE_NONE); CGlueMgr::SetIdleState(IDLE_NONE);
// TODO SI Logic SI2::StopGlueMusic(3.0f);
// TODO TLS shenanigans with guid // TODO TLS shenanigans with guid
ClientServices::Connection()->CharacterLogin(CGlueMgr::m_characterInfo->m_info.guid, 0); ClientServices::Connection()->CharacterLogin(CGlueMgr::m_characterInfo->m_info.guid, 0);