Saturn: fix track count

This commit is contained in:
Sergiy Dvodnenko
2024-02-28 18:42:19 +02:00
parent 6a154079bf
commit 09b64eb927

View File

@@ -310,6 +310,7 @@ int satcdd_t::LoadCUE(const char* filename) {
#endif // SATURN_DEBUG
}
}
this->toc.last++;
if (this->toc.last && !this->toc.tracks[this->toc.last - 1].end)
{