1
0
Fork 0

Update for screen-dumps in PNG format instead of PPM.

This commit is contained in:
jmt 2009-10-06 20:04:31 +00:00 committed by Tim Moore
parent 4023bdaf26
commit 23ce537168

View file

@ -506,7 +506,7 @@ bool fgDumpSnapShot () {
char filename[24];
static int count = 1;
while (count < 1000) {
snprintf(filename, 24, "fgfs-screen-%03d.ppm", count++);
snprintf(filename, 24, "fgfs-screen-%03d.png", count++);
SGPath p(dir);
p.append(filename);