Fix CSfxManager::PitchBend types

Former-commit-id: 97282648b4
This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-03 19:04:56 +03:00
parent 8cac11d25d
commit d55ba2e58e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public:
static void Shutdown();
static u16 TranslateSFXID(u16);
static void PitchBend(const CSfxHandle& handle, float pitch);
static void PitchBend(CSfxHandle handle, int pitch);
};
#endif