aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v0.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/script_v0.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/script_v0.cpp')
-rw-r--r--engines/scumm/script_v0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/script_v0.cpp b/engines/scumm/script_v0.cpp
index 1ef16d7106..e2d3f40e8e 100644
--- a/engines/scumm/script_v0.cpp
+++ b/engines/scumm/script_v0.cpp
@@ -442,7 +442,7 @@ void ScummEngine_v0::drawSentenceWord(int object, bool usePrep, bool objInInvent
// The prepositions, like the fonts, were hard code in the engine. Thus
// we have to do that, too, and provde localized versions for all the
// languages MM/Zak are available in.
- static const char *prepositions[][5] = {
+ static const char *const prepositions[][5] = {
{ " ", " in", " with", " on", " to" }, // English
{ " ", " mit", " mit", " mit", " zu" }, // German
{ " ", " dans", " avec", " sur", " <" }, // French