aboutsummaryrefslogtreecommitdiff
path: root/tools/create_lure/process_actions.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-09-24 01:46:45 +0000
committerSven Hesse2007-09-24 01:46:45 +0000
commite95bc92824f48d18a81e89b311e48f684cd6f76b (patch)
tree7215f075238ffca7ad735fcaa043d176ac527064 /tools/create_lure/process_actions.cpp
parente1213945d6ea6c5def84e2f748f1c05f3ebe2b16 (diff)
downloadscummvm-rg350-e95bc92824f48d18a81e89b311e48f684cd6f76b.tar.gz
scummvm-rg350-e95bc92824f48d18a81e89b311e48f684cd6f76b.tar.bz2
scummvm-rg350-e95bc92824f48d18a81e89b311e48f684cd6f76b.zip
Silenced the compiler warnings
svn-id: r29085
Diffstat (limited to 'tools/create_lure/process_actions.cpp')
-rw-r--r--tools/create_lure/process_actions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/create_lure/process_actions.cpp b/tools/create_lure/process_actions.cpp
index bb2348ff67..0048f1a2a9 100644
--- a/tools/create_lure/process_actions.cpp
+++ b/tools/create_lure/process_actions.cpp
@@ -140,6 +140,8 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain
if (startOffset == 0x7866) { startOffset = 0x740a; maxOffset = 0x7876; }
if (startOffset == 0x3600) { startOffset = 0x35c6; maxOffset = 0x3622; }
break;
+ default:
+ break;
}
//printf("Start=%xh max=%xh\n", startOffset, maxOffset);