From 230e7713217603de711cf098977daba108cb3087 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 15 May 2014 12:34:55 +0200 Subject: FULLPIPE: Implement MovGraph::doWalkTo() --- engines/fullpipe/gfx.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/fullpipe/gfx.cpp') diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp index b4eba44a64..520e81835b 100644 --- a/engines/fullpipe/gfx.cpp +++ b/engines/fullpipe/gfx.cpp @@ -398,6 +398,7 @@ bool GameObject::getPicAniInfo(PicAniInfo *info) { info->ox = _ox; info->oy = _oy; info->priority = _priority; + warning("Yep %d", _id); return true; } -- cgit v1.2.3