1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-06 02:37:19 +00:00

fixup to last

This commit is contained in:
Zeno Rogue 2025-03-14 12:29:18 +01:00
parent da8ca77eeb
commit 5e89df85b7

View File

@ -258,10 +258,6 @@ void edit_fifteen() {
for(auto& p: puzzles) if(fname == p.full_filename()) current_puzzle = &p;
quitter = q;
});
#else
mapstream::loadMap("fifteen-test.lev");
#endif
mapeditor::drawplayer = false;
});
dialog::addItem("new geometry", 'G');