1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 15:37:40 +00:00

added some missing CAP_* guards

This commit is contained in:
Zeno Rogue
2019-06-01 16:59:04 +02:00
parent 38554ba47d
commit 5519252fd0
5 changed files with 79 additions and 10 deletions

View File

@@ -1996,6 +1996,7 @@ namespace mapeditor {
#endif
void initdraw(cell *c) {
#if CAP_DRAW
mapeditor::drawcell = c;
ew.c = c;
ew.rotid = 0;
@@ -2004,6 +2005,7 @@ namespace mapeditor {
ew.side = 0;
ewsearch = ew;
ccenter = coldcenter = C0;
#endif
}
transmatrix textrans;