1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +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 == moDeadBug || m == moLightningBolt || m == moDeadBird ||
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);
}
break;