diff --git a/source/Windows/Win32Frame.cpp b/source/Windows/Win32Frame.cpp index ce92112d..07903be6 100644 --- a/source/Windows/Win32Frame.cpp +++ b/source/Windows/Win32Frame.cpp @@ -62,6 +62,8 @@ Win32Frame::Win32Frame() for (UINT slot = SLOT0; slot < NUM_SLOTS; slot++) { + g_nTrack [slot][0] = -1; + g_nTrack [slot][1] = -1; g_nSector[slot][0] = -1; g_nSector[slot][1] = -1; }