From 2ad969bcac7c46fe0ee8dce152e243c803f5ebae Mon Sep 17 00:00:00 2001 From: strangerke Date: Fri, 18 Feb 2011 22:43:38 +0100 Subject: HUGO: Remove extra spaces at end of lines --- engines/hugo/object.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'engines/hugo/object.cpp') 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 { -- cgit v1.2.3