aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/object.cpp')
-rw-r--r--engines/hugo/object.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/hugo/object.cpp b/engines/hugo/object.cpp
index 386689bf5e..04e3449cbb 100644
--- a/engines/hugo/object.cpp
+++ b/engines/hugo/object.cpp
@@ -61,20 +61,20 @@ ObjectHandler::ObjectHandler(HugoEngine *vm) : _vm(vm), _objects(0), _uses(0) {
ObjectHandler::~ObjectHandler() {
}
-byte ObjectHandler::getBoundaryOverlay(uint16 index) const {
- return _boundary[index];
+byte ObjectHandler::getBoundaryOverlay(uint16 index) const {
+ return _boundary[index];
}
-byte ObjectHandler::getObjectBoundary(uint16 index) const {
- return _objBound[index];
+byte ObjectHandler::getObjectBoundary(uint16 index) const {
+ return _objBound[index];
}
-byte ObjectHandler::getBaseBoundary(uint16 index) const {
- return _ovlBase[index];
+byte ObjectHandler::getBaseBoundary(uint16 index) const {
+ return _ovlBase[index];
}
-byte ObjectHandler::getFirstOverlay(uint16 index) const {
- return _overlay[index];
+byte ObjectHandler::getFirstOverlay(uint16 index) const {
+ return _overlay[index];
}
bool ObjectHandler::isCarried(int objIndex) const {