aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-07-10 12:05:38 +0000
committerJohannes Schickel2008-07-10 12:05:38 +0000
commite1e95f0c0edf58553af5f31d33f46f5eb864d168 (patch)
tree46f9c68837ef7c77a49c3fffe1dee8acf155a71f /engines/kyra/script.h
parent9a34ef702de478611718bc94b4d1bcfc6a922613 (diff)
downloadscummvm-rg350-e1e95f0c0edf58553af5f31d33f46f5eb864d168.tar.gz
scummvm-rg350-e1e95f0c0edf58553af5f31d33f46f5eb864d168.tar.bz2
scummvm-rg350-e1e95f0c0edf58553af5f31d33f46f5eb864d168.zip
Added filename to unknown opcode/command warnings of EMC scripts.
svn-id: r32988
Diffstat (limited to 'engines/kyra/script.h')
-rw-r--r--engines/kyra/script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/script.h b/engines/kyra/script.h
index de52093f66..2b97a83289 100644
--- a/engines/kyra/script.h
+++ b/engines/kyra/script.h
@@ -36,6 +36,8 @@ struct EMCState;
typedef Common::Functor1<EMCState*, int> Opcode;
struct EMCData {
+ char filename[13];
+
byte *text;
uint16 *data;
uint16 *ordr;