mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-31 22:12:59 +00:00
fixup to last
This commit is contained in:
@@ -258,10 +258,6 @@ void edit_fifteen() {
|
|||||||
for(auto& p: puzzles) if(fname == p.full_filename()) current_puzzle = &p;
|
for(auto& p: puzzles) if(fname == p.full_filename()) current_puzzle = &p;
|
||||||
quitter = q;
|
quitter = q;
|
||||||
});
|
});
|
||||||
#else
|
|
||||||
mapstream::loadMap("fifteen-test.lev");
|
|
||||||
#endif
|
|
||||||
mapeditor::drawplayer = false;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
dialog::addItem("new geometry", 'G');
|
dialog::addItem("new geometry", 'G');
|
||||||
|
|||||||
Reference in New Issue
Block a user