Fixed another recently introduced bug in video.c that prevented it from compiling.

This commit is contained in:
OBattler
2016-07-11 06:59:03 +02:00
parent b449a9d408
commit e34f587905

View File

@@ -484,7 +484,7 @@ void take_screenshot()
}
else if (vid_api == 0)
{
strftime(fn, 1024, "screenshots\\%Y%m%d_%H%M%S.bmp", info);
strftime(screenshot_fn, 1024, "screenshots\\%Y%m%d_%H%M%S.bmp", info);
if (video_fullscreen)
{
ddraw_fs_take_screenshot(screenshot_fn);