aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/object.h')
-rw-r--r--engines/hugo/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/object.h b/engines/hugo/object.h
index 179bd0eb59..a30a2ed57d 100644
--- a/engines/hugo/object.h
+++ b/engines/hugo/object.h
@@ -63,7 +63,7 @@ public:
void saveSeq(object_t *obj);
void showTakeables();
void useObject(int16 objId);
-
+
static int y2comp(const void *a, const void *b);
bool isCarried(int objIndex) {
@@ -73,7 +73,7 @@ public:
void setCarry(int objIndex, bool val) {
_objects[objIndex].carriedFl = val;
}
-
+
void setVelocity(int objIndex, int8 vx, int8 vy) {
_objects[objIndex].vx = vx;
_objects[objIndex].vy = vy;