aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_titanic/script_states.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-05 08:48:51 +0200
committerEugene Sandulenko2016-09-05 08:48:51 +0200
commit39ce7bc7ff5d4f917e4bf1e870d27a774a6bf25d (patch)
tree93022202ffd037d46456f9718a9777937d4cd63b /devtools/create_titanic/script_states.cpp
parent70a447975e854833edc59f7fd9e2cf5e8b3c6472 (diff)
downloadscummvm-rg350-39ce7bc7ff5d4f917e4bf1e870d27a774a6bf25d.tar.gz
scummvm-rg350-39ce7bc7ff5d4f917e4bf1e870d27a774a6bf25d.tar.bz2
scummvm-rg350-39ce7bc7ff5d4f917e4bf1e870d27a774a6bf25d.zip
DEVTOOLS: Fix warnings
Diffstat (limited to 'devtools/create_titanic/script_states.cpp')
-rw-r--r--devtools/create_titanic/script_states.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_titanic/script_states.cpp b/devtools/create_titanic/script_states.cpp
index 81157441e4..3166ca7ea3 100644
--- a/devtools/create_titanic/script_states.cpp
+++ b/devtools/create_titanic/script_states.cpp
@@ -181,7 +181,7 @@ static const UpdateState8 BELLBOT_STATES[] = {
{ 0x00031070, 0x00000001 }, { 0x0003107B, 0x00000002 }, { 0x0003107E, 0x00000003 },
{ 0x0003104F, 0x00000004 }, { 0x00030F23, 0x00000005 }, { 0x00030F2A, 0x00000006 },
{ 0x00030F31, 0x00000007 }, { 0x00030F32, 0x00000007 }, { 0x00030F33, 0x00000007 },
- { 0x00030F34, 0x00000007 }, { 0x00030F35, 0x00000007 }, { 0x00030F36, 0x00000007 },
+ { 0x00030F34, 0x00000007 }, { 0x00030F35, 0x00000007 }, { 0x00030F36, 0x00000007 },
{ 0x00030F37, 0x00000008 }, { 0x00030F2E, 0x00000009 }, { 0x00030E78, 0x0000000A },
{ 0x00030E42, 0x0000000C }, { 0x00030E0C, 0x0000000D }, { 0x00030E9C, 0x0000000E },
{ 0x00030DC1, 0x0000000F }, { 0x00030DC2, 0x00000010 }, { 0x00030D6B, 0x00000011 },
@@ -545,4 +545,4 @@ void writeAllUpdateStates() {
writeUpdateStates("States/Liftbot", LIFTBOT_STATES);
writeUpdateStates("States/MaitreD", MAITRED_STATES);
-} \ No newline at end of file
+}