1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 09:47:56 +00:00

filename for history band can be changed now

This commit is contained in:
Zeno Rogue
2021-02-04 17:13:33 +01:00
parent 67ff42c37a
commit 7c29dd49c8
2 changed files with 44 additions and 26 deletions

View File

@@ -946,7 +946,7 @@ EX slide default_slides[] = {
}
#if CAP_SDL
slidecommand = "render spiral";
if(mode == 4) history::createImage(true);
if(mode == 4) history::open_filedialog_to_create_image(true);
if(mode == 11) history::create_playerpath();
if(mode == 13) history::clear();
#endif