1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

other changes in 9.4n

This commit is contained in:
Zeno Rogue
2017-06-18 18:52:15 +02:00
parent b172d3930d
commit 7c66469394
5 changed files with 207 additions and 39 deletions

View File

@@ -932,7 +932,7 @@ void handleChangeMode(int sym, int uni) {
#ifndef NOEDIT
else if(xuni == 'g') {
cmode = emDraw;
mapeditor::drawcell = cwt.c;
mapeditor::initdraw(cwt.c);
}
#endif
else if(xuni == 'e') {