diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-11-05 00:31:50 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-11-05 12:29:42 +0100 |
commit | 5e771f17372919724e00dc12895dc9a8f3cbf79a (patch) | |
tree | 5ee249ef7d8c93ff3055461435562d30b7682a0b /src/audio/AudioManager.h | |
parent | Merge pull request #265 from erorcun/erorcun (diff) | |
download | re3-5e771f17372919724e00dc12895dc9a8f3cbf79a.tar re3-5e771f17372919724e00dc12895dc9a8f3cbf79a.tar.gz re3-5e771f17372919724e00dc12895dc9a8f3cbf79a.tar.bz2 re3-5e771f17372919724e00dc12895dc9a8f3cbf79a.tar.lz re3-5e771f17372919724e00dc12895dc9a8f3cbf79a.tar.xz re3-5e771f17372919724e00dc12895dc9a8f3cbf79a.tar.zst re3-5e771f17372919724e00dc12895dc9a8f3cbf79a.zip |
Diffstat (limited to '')
-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 30f411a7..19809286 100644 --- a/src/audio/AudioManager.h +++ b/src/audio/AudioManager.h @@ -689,7 +689,7 @@ public: void TranslateEntity(CVector *v1, CVector *v2) const; void UpdateGasPedalAudio(CAutomobile *automobile); - void UpdateReflections(); // todo + void UpdateReflections(); bool UsesReverseWarning(int32 model) const; bool UsesSiren(int32 model) const; bool UsesSirenSwitching(int32 model) const; |