Fixed the problem of infinite screenshots being taken with the Win32 GUI.

This commit is contained in:
OBattler
2022-07-12 05:45:50 +02:00
parent 5a787bcd8c
commit 30479fc3b9
4 changed files with 5 additions and 5 deletions

View File

@@ -1271,7 +1271,7 @@ void
take_screenshot(void)
{
startblit();
screenshots++;
monitors[0].mon_screenshots++;
endblit();
device_force_redraw();
}