1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

devmods:: fixed filenames in manual-animation

This commit is contained in:
Zeno Rogue 2019-10-04 13:05:50 +02:00
parent 78c0d8b3c4
commit 35cf9ac57f

View File

@ -217,9 +217,9 @@ bool trailer_handleKey(int sym, int uni) {
ticks = i * 1000 / 30;
if(i < lasti) continue;
system("mkdir addons/possaver/");
system("mkdir -p devmods/manual/");
shot::take(format("extra/possaver/%05d.png", i));
shot::take(format("devmods/manual/%05d.png", i));
println(hlog, "frame ", i);
i++;
}