diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-10-22 21:03:27 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-10-22 21:04:12 +0200 |
commit | 86a7d4415bfa1467d11f2d9ad62d846366a9bc39 (patch) | |
tree | 0d2136f062f9e82d3bbb065652a841a223c56dff /src/audio/AudioManager.h | |
parent | Police Radio fixes (diff) | |
download | re3-86a7d4415bfa1467d11f2d9ad62d846366a9bc39.tar re3-86a7d4415bfa1467d11f2d9ad62d846366a9bc39.tar.gz re3-86a7d4415bfa1467d11f2d9ad62d846366a9bc39.tar.bz2 re3-86a7d4415bfa1467d11f2d9ad62d846366a9bc39.tar.lz re3-86a7d4415bfa1467d11f2d9ad62d846366a9bc39.tar.xz re3-86a7d4415bfa1467d11f2d9ad62d846366a9bc39.tar.zst re3-86a7d4415bfa1467d11f2d9ad62d846366a9bc39.zip |
Diffstat (limited to 'src/audio/AudioManager.h')
-rw-r--r-- | src/audio/AudioManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/AudioManager.h b/src/audio/AudioManager.h index 46c099c4..40a2d056 100644 --- a/src/audio/AudioManager.h +++ b/src/audio/AudioManager.h @@ -440,7 +440,7 @@ public: void Service(); void ServiceCollisions(); void ServicePoliceRadio(); - void ServicePoliceRadioChannel(int32 wantedLevel); + void ServicePoliceRadioChannel(uint8 wantedLevel); void ServiceSoundEffects(); int8 SetCurrent3DProvider(uint8 which); void SetDynamicAcousticModelingStatus(uint8 status); |