diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-04-28 14:00:38 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-28 14:00:38 +0300 |
| commit | 299bbc47ec4e4453ca9f446e2266b680897443bf (patch) | |
| tree | 0bc6bfe18e5decc6e14e9f7f23a6b4c54878e42d /src/weapons | |
| parent | librw update (diff) | |
| download | re3-299bbc47ec4e4453ca9f446e2266b680897443bf.tar.gz | |
Changing prefixes for some audio fields
Diffstat (limited to 'src/weapons')
| -rw-r--r-- | src/weapons/BulletInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/BulletInfo.cpp b/src/weapons/BulletInfo.cpp index 36c3cc78..7fa32ca7 100644 --- a/src/weapons/BulletInfo.cpp +++ b/src/weapons/BulletInfo.cpp @@ -3,7 +3,7 @@ #include "BulletInfo.h" #include "AnimBlendAssociation.h" -#include "AudioManager.h" +#include "DMAudio.h" #include "AudioScriptObject.h" #ifdef FIX_BUGS #include "Collision.h" |
