mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-20 00:47:48 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -984,7 +984,7 @@ void SoundEngine::update3DPosition(SoundEngine::soundInfo *pInfo, bool bPlaceEmi
|
||||
XACT3DApply( &m_DSPSettings, pInfo->pCue);
|
||||
}
|
||||
|
||||
void SoundEngine::tick(shared_ptr<Mob> *players, float a)
|
||||
void SoundEngine::tick(std::shared_ptr<Mob> *players, float a)
|
||||
{
|
||||
if( m_pXACT3Engine == NULL ) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user