diff options
author | Eugene Sandulenko | 2019-07-24 11:49:37 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:17:27 +0200 |
commit | 0c8e483d091a40d0011934213d2e8087a52eb810 (patch) | |
tree | 46c7ba6206b648218ae3cd347740487afa2febbc /engines | |
parent | f7713df735d185848912d156f0c8615523052d8a (diff) | |
download | scummvm-rg350-0c8e483d091a40d0011934213d2e8087a52eb810.tar.gz scummvm-rg350-0c8e483d091a40d0011934213d2e8087a52eb810.tar.bz2 scummvm-rg350-0c8e483d091a40d0011934213d2e8087a52eb810.zip |
HDB: const'ness
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp index 7dab3885c3..78b765a4b1 100644 --- a/engines/hdb/sound.cpp +++ b/engines/hdb/sound.cpp @@ -24,7 +24,7 @@ namespace HDB { -SoundLookUp soundList[] = { +const SoundLookUp soundList[] = { //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // // List of all the sounds we need |