aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/engine.h')
-rw-r--r--engines/sci/include/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/engine.h b/engines/sci/include/engine.h
index 5c2ace7ee0..8265088b89 100644
--- a/engines/sci/include/engine.h
+++ b/engines/sci/include/engine.h
@@ -234,7 +234,7 @@ struct EngineState {
int classtable_size; /* Number of classes in the table- for debugging */
class_t *classtable; /* Table of all classes */
- SegManager seg_manager;
+ SegManager *seg_manager;
int gc_countdown; /* Number of kernel calls until next gc */
int selector_names_nr; /* Number of selector names */