mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-10 16:05:52 +00:00
Rename RemoveEmitter to StopSfx
This commit is contained in:
parent
63710d2971
commit
e68471fb81
@ -610,7 +610,7 @@ void CWorld::DrawSky(const zeus::CTransform& xf) const
|
||||
CGraphics::SetDepthRange(0.125f, 1.f);
|
||||
}
|
||||
|
||||
void CWorld::RemoveEmitter(s16)
|
||||
void CWorld::StopSound(s16)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -199,7 +199,7 @@ public:
|
||||
void PreRender();
|
||||
void TouchSky();
|
||||
void DrawSky(const zeus::CTransform& xf) const;
|
||||
void RemoveEmitter(s16);
|
||||
void StopSound(s16);
|
||||
};
|
||||
|
||||
struct CWorldLayers
|
||||
|
Loading…
x
Reference in New Issue
Block a user