aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/script.h b/engines/cine/script.h
index 5b930e3f64..f3920448f3 100644
--- a/engines/cine/script.h
+++ b/engines/cine/script.h
@@ -47,7 +47,7 @@ class FWScript;
typedef int (FWScript::*OpFunc)();
struct Opcode {
- const OpFunc proc;
+ OpFunc proc;
const char *args;
};