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