Fix argument type

This commit is contained in:
Sergeanur
2020-10-22 22:03:27 +03:00
parent 94f0ecfa21
commit 86a7d4415b
2 changed files with 2 additions and 2 deletions

View File

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