Fix CSfxManager::PitchBend types

This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-03 19:04:56 +03:00
parent e48f6478f9
commit 97282648b4
No known key found for this signature in database
GPG Key ID: E224F951761145F8
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