aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/misc.h
diff options
context:
space:
mode:
authorFlorian Kagerer2008-02-16 15:45:15 +0000
committerFlorian Kagerer2008-02-16 15:45:15 +0000
commit11f24a44d84863c5ca9c4baac53ecc7b7674dfc7 (patch)
treef303b93914ce483ca09fbf86a754bedf2a8d31d1 /tools/create_kyradat/misc.h
parent9ac46607fc794a4a3514664cd587ccecfc12ad3b (diff)
downloadscummvm-rg350-11f24a44d84863c5ca9c4baac53ecc7b7674dfc7.tar.gz
scummvm-rg350-11f24a44d84863c5ca9c4baac53ecc7b7674dfc7.tar.bz2
scummvm-rg350-11f24a44d84863c5ca9c4baac53ecc7b7674dfc7.zip
patch 1891492 for the CreateKyradat tool (.dlg and .tim file support)
svn-id: r30881
Diffstat (limited to 'tools/create_kyradat/misc.h')
-rw-r--r--tools/create_kyradat/misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/create_kyradat/misc.h b/tools/create_kyradat/misc.h
index 8a7f23c4a1..53ac9567d5 100644
--- a/tools/create_kyradat/misc.h
+++ b/tools/create_kyradat/misc.h
@@ -382,6 +382,7 @@ const int kyra2CDFile2EngNeed[] = {
k2IngameSfxFiles,
k2IngameSfxIndex,
k2IngameTracks,
+ k2IngameTalkObjIndex,
-1
};
@@ -408,6 +409,7 @@ const int kyra2FloppyFile2Need[] = {
k2IngameSfxFiles,
k2IngameSfxIndex,
k2IngameTracks,
+ k2IngameTalkObjIndex,
-1
};
@@ -431,6 +433,8 @@ const int kyra2TownsFile2EngNeed[] = {
k2IngameSfxFiles,
k2IngameSfxIndex,
k2IngameCDA,
+ k2IngameTalkObjIndex,
+ k2IngameTimJpStrings,
-1
};