From 2f3b64e47a9ab2a31087f9583c97a8e2972350d6 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 3 Aug 2001 21:33:14 +0000 Subject: [PATCH] --- source/enemy/ndogfish.cpp | 2 ++ source/enemy/nfdutch.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/enemy/ndogfish.cpp b/source/enemy/ndogfish.cpp index 91581b61e..72f6bcee6 100644 --- a/source/enemy/ndogfish.cpp +++ b/source/enemy/ndogfish.cpp @@ -620,6 +620,8 @@ void CNpcIronDogfishEnemy::render() void CNpcIronDogfishEnemy::renderOnMapScreen( DVECTOR drawPos ) { + drawPos.vy += 10; + SprFrame = NULL; SprFrame = m_actorGfx->Render(drawPos,0,0,false); diff --git a/source/enemy/nfdutch.cpp b/source/enemy/nfdutch.cpp index 8dd5e0767..edec2bf7d 100644 --- a/source/enemy/nfdutch.cpp +++ b/source/enemy/nfdutch.cpp @@ -712,6 +712,8 @@ void CNpcFlyingDutchmanEnemy::render() void CNpcFlyingDutchmanEnemy::renderOnMapScreen( DVECTOR drawPos ) { + drawPos.vy += 35; + SprFrame = NULL; SprFrame = m_actorGfx->Render(drawPos,0,0,false);