mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
report file name when writing a screenshot
This commit is contained in:
parent
7665dda87d
commit
4bc045981e
@ -1249,6 +1249,7 @@ boolean I_WritePNGfile(char *filename)
|
|||||||
if (fwrite(png, 1, size, file) == size)
|
if (fwrite(png, 1, size, file) == size)
|
||||||
{
|
{
|
||||||
ret = true;
|
ret = true;
|
||||||
|
printf("I_WritePNGfile: %s\n", filename);
|
||||||
}
|
}
|
||||||
fclose(file);
|
fclose(file);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user