Minor tweaks + comment for GCC needing header file

This commit is contained in:
tomcw
2020-12-29 21:45:56 +00:00
parent d0cd7ca090
commit c7d9a780bb
2 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -862,7 +862,7 @@ void Video::Video_RedrawAndTakeScreenShot(const char* pScreenshotFilename)
return;
GetFrame().VideoRedrawScreen();
Video_SaveScreenShot(Video::SCREENSHOT_560x384, pScreenshotFilename);
Video_SaveScreenShot(SCREENSHOT_560x384, pScreenshotFilename);
}
void Video::VideoRefreshScreen(uint32_t uRedrawWholeScreenVideoMode, bool bRedrawWholeScreen)