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);