mirror of https://github.com/PrimeDecomp/prime.git
Fix CSfxManager::PitchBend types
This commit is contained in:
parent
e48f6478f9
commit
97282648b4
|
@ -18,7 +18,7 @@ public:
|
||||||
static void Shutdown();
|
static void Shutdown();
|
||||||
static u16 TranslateSFXID(u16);
|
static u16 TranslateSFXID(u16);
|
||||||
|
|
||||||
static void PitchBend(const CSfxHandle& handle, float pitch);
|
static void PitchBend(CSfxHandle handle, int pitch);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue