Move VideoRedrawScreen() to Video. (PR #904)

This commit is contained in:
Andrea
2021-01-01 12:42:24 +00:00
committed by GitHub
parent c7d9a780bb
commit 9d7aa7d309
10 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ void CPageConfig::DlgOK(HWND hWnd)
GetVideo().VideoReinitialize();
if ((g_nAppMode != MODE_LOGO) && (g_nAppMode != MODE_DEBUG))
{
GetFrame().VideoRedrawScreen();
GetVideo().VideoRedrawScreen();
}
}