diff options
Diffstat (limited to 'engines/sci/engine/segment.h')
-rw-r--r-- | engines/sci/engine/segment.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h index f7d42894ad..f2f794a2ba 100644 --- a/engines/sci/engine/segment.h +++ b/engines/sci/engine/segment.h @@ -351,7 +351,7 @@ public: * @returns A newly created Object describing the object, * stored within the relevant script */ - Object *scriptObjInit(reg_t obj_pos); + Object *scriptObjInit(reg_t obj_pos, SciVersion version); /** * Processes a relocation block witin a script @@ -369,9 +369,6 @@ private: int relocateBlock(Common::Array<reg_t> &block, int block_location, SegmentId segment, int location); int relocateObject(Object &obj, SegmentId segment, int location); - Object *scriptObjInit0(reg_t obj_pos); - Object *scriptObjInit11(reg_t obj_pos); - public: // script lock operations |