aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/object.h')
-rw-r--r--engines/sci/engine/object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/engine/object.h b/engines/sci/engine/object.h
index 7b65cc6c92..941a10facc 100644
--- a/engines/sci/engine/object.h
+++ b/engines/sci/engine/object.h
@@ -300,9 +300,9 @@ public:
int propertyOffsetToId(SegManager *segMan, int propertyOffset) const;
- void initSpecies(SegManager *segMan, reg_t addr);
- void initSuperClass(SegManager *segMan, reg_t addr);
- bool initBaseObject(SegManager *segMan, reg_t addr, bool doInitSuperClass = true);
+ void initSpecies(SegManager *segMan, reg_t addr, bool applyScriptPatches);
+ void initSuperClass(SegManager *segMan, reg_t addr, bool applyScriptPatches);
+ bool initBaseObject(SegManager *segMan, reg_t addr, bool doInitSuperClass = true, bool applyScriptPatches = true);
#ifdef ENABLE_SCI32
bool mustSetViewVisible(const int index, const bool fromPropertyOp) const;