From 76eb9d7f6430a3528ba0688e8c3f8519b23fb8a5 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 15 Dec 2010 20:37:09 +0000 Subject: HUGO: Clean-up, move MidiPlayer class definition to .h file svn-id: r54923 --- engines/hugo/object_v1w.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hugo/object_v1w.cpp') diff --git a/engines/hugo/object_v1w.cpp b/engines/hugo/object_v1w.cpp index cec8ef032a..685a3fee23 100644 --- a/engines/hugo/object_v1w.cpp +++ b/engines/hugo/object_v1w.cpp @@ -210,7 +210,7 @@ void ObjectHandler_v1w::moveObjects() { switch (obj->seqNumb) { case 4: if (!obj->vx) { // Got 4 directions - if (obj->vx != obj->oldvx) { // vx just stopped + if (obj->vx != obj->oldvx) { // vx just stopped if (dy >= 0) obj->currImagePtr = obj->seqList[DOWN].seqPtr; else @@ -254,7 +254,7 @@ void ObjectHandler_v1w::moveObjects() { // Set first image in sequence (if multi-seq object) if (obj->seqNumb > 1) { if (!obj->vx && (obj->seqNumb >= 4)) { - if (obj->vx != obj->oldvx) { // vx just stopped + if (obj->vx != obj->oldvx) { // vx just stopped if (obj->vy > 0) obj->currImagePtr = obj->seqList[DOWN].seqPtr; else -- cgit v1.2.3