aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/res_snd.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-09-08 00:38:39 +0200
committerJohannes Schickel2011-09-08 00:38:39 +0200
commit507b9a75e729eb50f2ef63d2234c3c1b434f2ee1 (patch)
tree9fca0f13cdbf79cdcc933529c5197bdc1b82123d /engines/agos/res_snd.cpp
parent07ec50224e98f85728188de9f931af39d04dcaec (diff)
downloadscummvm-rg350-507b9a75e729eb50f2ef63d2234c3c1b434f2ee1.tar.gz
scummvm-rg350-507b9a75e729eb50f2ef63d2234c3c1b434f2ee1.tar.bz2
scummvm-rg350-507b9a75e729eb50f2ef63d2234c3c1b434f2ee1.zip
AGOS: Made some static data const.
Diffstat (limited to 'engines/agos/res_snd.cpp')
-rw-r--r--engines/agos/res_snd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/res_snd.cpp b/engines/agos/res_snd.cpp
index 1d4e2d1060..b5612d710d 100644
--- a/engines/agos/res_snd.cpp
+++ b/engines/agos/res_snd.cpp
@@ -413,7 +413,7 @@ bool AGOSEngine::loadVGASoundFile(uint16 id, uint8 type) {
return true;
}
-static const char *dimpSoundList[32] = {
+static const char *const dimpSoundList[32] = {
"Beep",
"Birth",
"Boiling",