diff options
author | Max Horn | 2004-01-18 18:42:58 +0000 |
---|---|---|
committer | Max Horn | 2004-01-18 18:42:58 +0000 |
commit | e67b734fd2fe9109b1b748eed14222944e99d78d (patch) | |
tree | 8deaf8e2bf0c566a0a5c74aeecbbe00c7276e423 /sword1 | |
parent | c44bdf033e5a8460fb8aa1312bf8cc0866f60c8e (diff) | |
download | scummvm-rg350-e67b734fd2fe9109b1b748eed14222944e99d78d.tar.gz scummvm-rg350-e67b734fd2fe9109b1b748eed14222944e99d78d.tar.bz2 scummvm-rg350-e67b734fd2fe9109b1b748eed14222944e99d78d.zip |
fixed warning
svn-id: r12494
Diffstat (limited to 'sword1')
-rw-r--r-- | sword1/logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/logic.cpp b/sword1/logic.cpp index 8e1c24edbe..59144fdb4f 100644 --- a/sword1/logic.cpp +++ b/sword1/logic.cpp @@ -907,7 +907,7 @@ int Logic::fnSetPaletteToCut(Object *cpt, int32 id, int32 c, int32 d, int32 e, i int Logic::fnPlaySequence(Object *cpt, int32 id, int32 sequenceId, int32 d, int32 e, int32 f, int32 z, int32 x) { - static char *sequence_list[20] = { + static const char *sequence_list[20] = { "ferrari", // 0 CD2 ferrari running down fitz in sc19 "ladder", // 1 CD2 george walking down ladder to dig sc24->sc$ "steps", // 2 CD2 george walking down steps sc23->sc24 |