From da8ca77eeb715a7b933c894fa666d9c5caaf28de Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 14 Mar 2025 12:29:00 +0100 Subject: [PATCH] fixup to last --- rogueviz/fifteen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rogueviz/fifteen.cpp b/rogueviz/fifteen.cpp index de2333be..f58b61f4 100644 --- a/rogueviz/fifteen.cpp +++ b/rogueviz/fifteen.cpp @@ -197,6 +197,8 @@ bool draw_fifteen(cell *c, const shiftmatrix& V) { return false; } +string fname = "fifteen-saved.lev"; + void edit_fifteen() { if(!fif.count(cwt.at))