1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-26 00:47:00 +00:00

bug with the last commit

This commit is contained in:
Zeno Rogue 2017-11-13 00:50:32 +01:00
parent 950942eae2
commit d444f8d2e2

View File

@ -817,7 +817,7 @@ namespace mapeditor {
m == moTameBomberbirdMoved || m == moKnightMoved || m == moTameBomberbirdMoved || m == moKnightMoved ||
m == moDeadBug || m == moLightningBolt || m == moDeadBird || m == moDeadBug || m == moLightningBolt || m == moDeadBird ||
m == moMouseMoved || m == moPrincessMoved || m == moPrincessArmedMoved) ; m == moMouseMoved || m == moPrincessMoved || m == moPrincessArmedMoved) ;
else if(m == moDragonHead) vpush(i, XLAT1("Dragon Head")); else if(m == moDragonHead) vpush(i, "Dragon Head");
else vpush(i, minf[i].name); else vpush(i, minf[i].name);
} }
break; break;