From 3183f364225617252f3ac4f74b4056ac5238a610 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 6 Oct 2006 05:13:09 +0000 Subject: Add Amiga demo of Elvira, and switch to elvira1 for Elvira svn-id: r24133 --- engines/agos/draw.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/draw.cpp') diff --git a/engines/agos/draw.cpp b/engines/agos/draw.cpp index 13ce3871c0..7a99d69265 100644 --- a/engines/agos/draw.cpp +++ b/engines/agos/draw.cpp @@ -85,7 +85,7 @@ void AGOSEngine::animateSprites() { _vgaCurSpritePriority = vsp->priority; params[0] = readUint16Wrapper(&vsp->image); - if (getGameType() == GType_ELVIRA || getGameType() == GType_ELVIRA2 || getGameType() == GType_WW) { + if (getGameType() == GType_ELVIRA1 || getGameType() == GType_ELVIRA2 || getGameType() == GType_WW) { params[1] = readUint16Wrapper(&vsp->x); params[2] = readUint16Wrapper(&vsp->y); params[3] = READ_BE_UINT16(&vsp->flags); @@ -138,7 +138,7 @@ void AGOSEngine::animateSpritesDebug() { printf("id:%5d image:%3d base-color:%3d x:%3d y:%3d flags:%x\n", vsp->id, vsp->image, vsp->palette, vsp->x, vsp->y, vsp->flags); params[0] = readUint16Wrapper(&vsp->image); - if (getGameType() == GType_ELVIRA || getGameType() == GType_ELVIRA2 || getGameType() == GType_WW) { + if (getGameType() == GType_ELVIRA1 || getGameType() == GType_ELVIRA2 || getGameType() == GType_WW) { params[1] = readUint16Wrapper(&vsp->x); params[2] = readUint16Wrapper(&vsp->y); params[3] = READ_BE_UINT16(&vsp->flags); -- cgit v1.2.3