]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Initialize all LOF status variables to prevent unnecessary lace/non-lace detection...
authorToni Wilen <twilen@winuae.net>
Wed, 11 Jan 2023 18:14:59 +0000 (20:14 +0200)
committerToni Wilen <twilen@winuae.net>
Wed, 11 Jan 2023 18:14:59 +0000 (20:14 +0200)
custom.cpp

index 8496531c6800ef61ad1ab69aedec9441dd235570..33086e37a6089b6e4945bfbf6ab728bf3c4b31a8 100644 (file)
@@ -14476,6 +14476,8 @@ uae_u8 *restore_custom(uae_u8 *src)
        }
        setextblank();
 
+       lof_prev_lastline = lof_lastline = lof_store != 0;
+
        DISK_restore_custom(dskpt, dsklen, dskbytr);
 
        return src;