From 0abfb7edbb0e077f969f5c3390aad279e7ac3ed6 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 9 Nov 2019 16:37:36 +0200 Subject: [PATCH] Set Sprite horizontal end to max if bordersprite enabled. --- drawing.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/drawing.cpp b/drawing.cpp index c861d779..2d159279 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -1020,6 +1020,7 @@ static void pfield_init_linetoscr (bool border) playfield_end = visible_right_border; sprite_playfield_start = 0; may_require_hard_way = 1; + sprite_end = max; } #endif -- 2.47.3