From: Toni Wilen Date: Wed, 11 Jan 2023 18:14:59 +0000 (+0200) Subject: Initialize all LOF status variables to prevent unnecessary lace/non-lace detection... X-Git-Tag: 41010~13 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=91e682459f60f7da6bc555742ac9d5dff3d234f7;p=francis%2Fwinuae.git Initialize all LOF status variables to prevent unnecessary lace/non-lace detection after second frame when loading statefile. --- diff --git a/custom.cpp b/custom.cpp index 8496531c..33086e37 100644 --- a/custom.cpp +++ b/custom.cpp @@ -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;