aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-09-08 20:13:13 +0200
committerJohannes Schickel2011-09-08 20:13:13 +0200
commit6fe7b020a8befa82b815f098a095190511bd450e (patch)
tree24e66fa432c715c7c27845bf6b544fe032a4f7e2 /engines/scumm/dialogs.cpp
parentaf19990980906acd21424e764463c18344948efc (diff)
downloadscummvm-rg350-6fe7b020a8befa82b815f098a095190511bd450e.tar.gz
scummvm-rg350-6fe7b020a8befa82b815f098a095190511bd450e.tar.bz2
scummvm-rg350-6fe7b020a8befa82b815f098a095190511bd450e.zip
SCUMM: Made some static data const.
Diffstat (limited to 'engines/scumm/dialogs.cpp')
-rw-r--r--engines/scumm/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp
index 74a92f2204..20aedae089 100644
--- a/engines/scumm/dialogs.cpp
+++ b/engines/scumm/dialogs.cpp
@@ -593,7 +593,7 @@ void SubtitleSettingsDialog::open() {
}
void SubtitleSettingsDialog::cycleValue() {
- static const char* subtitleDesc[] = {
+ static const char *const subtitleDesc[] = {
_s("Speech Only"),
_s("Speech and Subtitles"),
_s("Subtitles Only")