aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_tim.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-07-10 12:12:42 +0000
committerJohannes Schickel2008-07-10 12:12:42 +0000
commita117024d23c3d43ee0ced9046fdbf8e866ddc135 (patch)
tree4f2e4d65383a2afb23ba48dc6d22eef6ad478aa4 /engines/kyra/script_tim.h
parente1e95f0c0edf58553af5f31d33f46f5eb864d168 (diff)
downloadscummvm-rg350-a117024d23c3d43ee0ced9046fdbf8e866ddc135.tar.gz
scummvm-rg350-a117024d23c3d43ee0ced9046fdbf8e866ddc135.tar.bz2
scummvm-rg350-a117024d23c3d43ee0ced9046fdbf8e866ddc135.zip
Added filename to unkown command/opcode warnings for TIM scripts.
svn-id: r32989
Diffstat (limited to 'engines/kyra/script_tim.h')
-rw-r--r--engines/kyra/script_tim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/script_tim.h b/engines/kyra/script_tim.h
index f171823444..39a1d90a44 100644
--- a/engines/kyra/script_tim.h
+++ b/engines/kyra/script_tim.h
@@ -37,6 +37,8 @@ struct TIM;
typedef Common::Functor2<const TIM*, const uint16*, int> TIMOpcode;
struct TIM {
+ char filename[13];
+
int16 procFunc;
uint16 procParam;