diff --git a/src/common/cd_image_device.cpp b/src/common/cd_image_device.cpp index 5087d0e0e..8bd832dc7 100644 --- a/src/common/cd_image_device.cpp +++ b/src/common/cd_image_device.cpp @@ -188,6 +188,7 @@ bool CDImageDeviceWin32::Open(const char* filename, Common::Error* error) disc_lba += previous_track_length; } + last_track_address = track_address; if (track_num == LEAD_OUT_TRACK_NUMBER) { AddLeadOutIndex();