diff --git a/src/i_video.c b/src/i_video.c index 028766bd..1cb1fc36 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -1249,6 +1249,7 @@ boolean I_WritePNGfile(char *filename) if (fwrite(png, 1, size, file) == size) { ret = true; + printf("I_WritePNGfile: %s\n", filename); } fclose(file); }