Fixes a newly introduced bug in video.c that prevented it from compiling.

This commit is contained in:
OBattler
2016-07-11 06:49:29 +02:00
parent c972a253ea
commit b449a9d408

View File

@@ -467,7 +467,7 @@ void take_screenshot()
if ((vid_api < 0) || (vid_api > 1)) return;
time(&now);
info = localtime(&now);
memset(fn, 0, 1024);
memset(screenshot_fn, 0, 1024);
pclog("Video API is: %i\n", vid_api);
if (vid_api == 1)
{