mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-26 02:14:48 +00:00
fixed a crash in draw editor
This commit is contained in:
@@ -1996,7 +1996,7 @@ namespace mapeditor {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void initdraw(cell *c) {
|
void initdraw(cell *c) {
|
||||||
#if CAP_DRAW
|
#if CAP_EDIT
|
||||||
mapeditor::drawcell = c;
|
mapeditor::drawcell = c;
|
||||||
ew.c = c;
|
ew.c = c;
|
||||||
ew.rotid = 0;
|
ew.rotid = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user