From e105c2a78ae14a0b3c6645fe98db98f3c299f13f Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 10 Jul 2018 19:03:09 +0200 Subject: MOHAWK: RIVEN: Fix off-by-one ids in ospit for the 25th localized versions Fixes Trac#10620. --- engines/mohawk/resource.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk/resource.h') diff --git a/engines/mohawk/resource.h b/engines/mohawk/resource.h index 809c55da1d..426e022ae4 100644 --- a/engines/mohawk/resource.h +++ b/engines/mohawk/resource.h @@ -145,6 +145,8 @@ public: Common::Array getResourceTypeList() const; Common::Array getResourceIDList(uint32 type) const; + /** Offset the resource ids for a resource type by the specified amount */ + void offsetResourceIDs(uint32 type, uint16 startId, int16 increment); protected: Common::SeekableReadStream *_stream; -- cgit v1.2.3