Rename RemoveEmitter to StopSfx

This commit is contained in:
Phillip Stephens 2017-07-07 05:26:53 -07:00
parent 63710d2971
commit e68471fb81
2 changed files with 2 additions and 2 deletions

View File

@ -610,7 +610,7 @@ void CWorld::DrawSky(const zeus::CTransform& xf) const
CGraphics::SetDepthRange(0.125f, 1.f); CGraphics::SetDepthRange(0.125f, 1.f);
} }
void CWorld::RemoveEmitter(s16) void CWorld::StopSound(s16)
{ {
} }
} }

View File

@ -199,7 +199,7 @@ public:
void PreRender(); void PreRender();
void TouchSky(); void TouchSky();
void DrawSky(const zeus::CTransform& xf) const; void DrawSky(const zeus::CTransform& xf) const;
void RemoveEmitter(s16); void StopSound(s16);
}; };
struct CWorldLayers struct CWorldLayers