Fix argument type

This commit is contained in:
Sergeanur
2020-10-22 22:03:27 +03:00
parent ee61f19253
commit 1cdc647324
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ cAudioManager::ServicePoliceRadio()
}
void
cAudioManager::ServicePoliceRadioChannel(int32 wantedLevel)
cAudioManager::ServicePoliceRadioChannel(uint8 wantedLevel)
{
bool processed = false;
uint32 sample;