aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script.h')
-rw-r--r--engines/kyra/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/script.h b/engines/kyra/script.h
index 94315ff8a9..68620829bb 100644
--- a/engines/kyra/script.h
+++ b/engines/kyra/script.h
@@ -34,7 +34,7 @@
namespace Kyra {
struct EMCState;
-typedef Common::Functor1<EMCState*, int> Opcode;
+typedef Common::Functor1<EMCState *, int> Opcode;
struct EMCData {
char filename[13];
@@ -44,7 +44,7 @@ struct EMCData {
uint16 *ordr;
uint16 dataSize;
- const Common::Array<const Opcode*> *sysFuncs;
+ const Common::Array<const Opcode *> *sysFuncs;
};
struct EMCState {