diff --git a/rogueviz/fifteen.cpp b/rogueviz/fifteen.cpp index 9585a2df..172cd37f 100644 --- a/rogueviz/fifteen.cpp +++ b/rogueviz/fifteen.cpp @@ -36,7 +36,7 @@ vector puzzles = { }; puzzle *current_puzzle; -bool quit_from_menu; +reaction_t quitter; static constexpr int Empty = 0; @@ -62,13 +62,12 @@ bool show_triangles = false; bool show_dots = true; void init_fifteen(int q = 20) { - println(hlog, "init_fifteen"); auto ac = currentmap->allcells(); for(int i=0; i