mirror of
https://github.com/td512/re3.git
synced 2026-02-17 05:56:47 +00:00
Fix argument type
This commit is contained in:
@@ -176,7 +176,7 @@ cAudioManager::ServicePoliceRadio()
|
||||
}
|
||||
|
||||
void
|
||||
cAudioManager::ServicePoliceRadioChannel(int32 wantedLevel)
|
||||
cAudioManager::ServicePoliceRadioChannel(uint8 wantedLevel)
|
||||
{
|
||||
bool processed = false;
|
||||
uint32 sample;
|
||||
|
||||
Reference in New Issue
Block a user