From 7baf305d527c21ac8769dbb83500c364406ffb35 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 3 Aug 2001 21:24:16 +0000 Subject: [PATCH] --- source/enemy/nsshark.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/enemy/nsshark.cpp b/source/enemy/nsshark.cpp index 1477f5a45..e5fd3c6d5 100644 --- a/source/enemy/nsshark.cpp +++ b/source/enemy/nsshark.cpp @@ -771,6 +771,8 @@ void CNpcSubSharkEnemy::render() void CNpcSubSharkEnemy::renderOnMapScreen( DVECTOR drawPos ) { + drawPos.vy += 50; + SprFrame = NULL; SprFrame = m_actorGfx->Render(drawPos,3,0,false);