Fix for loading save-state - eg. where 'AS-S2_End Credits' & 'OMT-PAL' lost their precise frame cycle

This commit is contained in:
tomcw 2021-12-11 19:30:54 +00:00
parent a07ba4ade0
commit 408f5fe42f
1 changed files with 0 additions and 1 deletions

View File

@ -2404,7 +2404,6 @@ static bool CheckVideoTables2( eApple2Type type, uint32_t mode )
GetVideo().SetVideoMode(mode);
g_dwCyclesThisFrame = 0;
g_nVideoClockHorz = g_nVideoClockVert = 0;
for (DWORD cycles=0; cycles<VIDEO_SCANNER_MAX_VERT*VIDEO_SCANNER_MAX_HORZ; cycles++)