mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
bug with the last commit
This commit is contained in:
parent
950942eae2
commit
d444f8d2e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user