mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-16 16:12:48 +00:00
fixup to last
This commit is contained in:
parent
da8ca77eeb
commit
5e89df85b7
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user