aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-09-10 18:01:02 +0000
committerJohannes Schickel2008-09-10 18:01:02 +0000
commita54d1dbde66884afc1402809af1e57d1c214d9c7 (patch)
tree31aa5d167d1daf4e2ac62b1cc949edeb6006e2ff /engines/kyra/script.h
parent77cd9d6230f60988c4722625ce3902db2a04b768 (diff)
downloadscummvm-rg350-a54d1dbde66884afc1402809af1e57d1c214d9c7.tar.gz
scummvm-rg350-a54d1dbde66884afc1402809af1e57d1c214d9c7.tar.bz2
scummvm-rg350-a54d1dbde66884afc1402809af1e57d1c214d9c7.zip
Cleanup.
svn-id: r34481
Diffstat (limited to 'engines/kyra/script.h')
-rw-r--r--engines/kyra/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script.h b/engines/kyra/script.h
index 2b97a83289..6e08017974 100644
--- a/engines/kyra/script.h
+++ b/engines/kyra/script.h
@@ -47,7 +47,7 @@ struct EMCData {
};
struct EMCState {
- uint16 *ip;
+ const uint16 *ip;
const EMCData *dataPtr;
int16 retValue;
uint16 bp;