aboutsummaryrefslogtreecommitdiff
path: root/engines/composer/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/composer/resource.h')
-rw-r--r--engines/composer/resource.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/composer/resource.h b/engines/composer/resource.h
index 55d7c20cc4..6383a2fd78 100644
--- a/engines/composer/resource.h
+++ b/engines/composer/resource.h
@@ -117,10 +117,10 @@ public:
virtual const Common::Array<uint16> *getScripts() { return NULL; }
#ifdef SAVING_ANYWHERE
- uint16 pipeId() const { return _pipeId; }
- uint32 offset() const { return _offset; }
- void setOffset(uint32 off) { while (_offset < off) nextFrame(); }
- typedef Common::HashMap<uint32, Common::List<uint16>> DelMap;
+ uint16 getPipeId() const { return _pipeId; }
+ uint32 getOffset() const { return _offset; }
+ void setOffset(uint32 offset) { while (_offset < offset) nextFrame(); }
+ typedef Common::HashMap<uint32, Common::List<uint16> > DelMap;
Common::Array<DelMap> _bufferedResources;
#endif