mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-04 21:55:53 +00:00
Fix CSfxManager::PitchBend types
Former-commit-id: 97282648b466674eef9a7c014037a70492e29679
This commit is contained in:
parent
8cac11d25d
commit
d55ba2e58e
@ -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…
x
Reference in New Issue
Block a user