Fixed the problem of infinite screenshots being taken with the Win32 GUI.
This commit is contained in:
@@ -1271,7 +1271,7 @@ void
|
||||
take_screenshot(void)
|
||||
{
|
||||
startblit();
|
||||
screenshots++;
|
||||
monitors[0].mon_screenshots++;
|
||||
endblit();
|
||||
device_force_redraw();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user