aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_titanic/script_ranges.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-09 22:14:29 -0400
committerPaul Gilbert2016-07-15 19:22:57 -0400
commit8c237b3ee2c6b33edcc11ce9783f87e34f971508 (patch)
tree24efd43425b073b32bab4c36770bd67c7376f2af /devtools/create_titanic/script_ranges.cpp
parentd3dc8d81ce24146913c531c5d8cae25a383f8e03 (diff)
downloadscummvm-rg350-8c237b3ee2c6b33edcc11ce9783f87e34f971508.tar.gz
scummvm-rg350-8c237b3ee2c6b33edcc11ce9783f87e34f971508.tar.bz2
scummvm-rg350-8c237b3ee2c6b33edcc11ce9783f87e34f971508.zip
TITANIC: Fix NPC handleQuote method stubs
Diffstat (limited to 'devtools/create_titanic/script_ranges.cpp')
-rw-r--r--devtools/create_titanic/script_ranges.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_titanic/script_ranges.cpp b/devtools/create_titanic/script_ranges.cpp
index 6a0140a06b..b6550f78f6 100644
--- a/devtools/create_titanic/script_ranges.cpp
+++ b/devtools/create_titanic/script_ranges.cpp
@@ -1794,6 +1794,7 @@ void writeScriptRange(const char *name, const ScriptRange *ranges, int count) {
void writeAllScriptRanges() {
writeScriptRange("Ranges/Barbot", BARBOT_RANGES, BARBOT_RANGE_COUNT);
+ writeScriptRange("Ranges/Bellbot", BELLBOT_RANGES, BELLBOT_RANGE_COUNT);
writeScriptRange("Ranges/Deskbot", DESKBOT_RANGES, DESKBOT_RANGE_COUNT);
writeScriptRange("Ranges/Doorbot", DOORBOT_RANGES, DOORBOT_RANGE_COUNT);
writeScriptRange("Ranges/Liftbot", LIFTBOT_RANGES, LIFTBOT_RANGE_COUNT);