1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 06:56:01 +00:00

fixup to ElectricLand

This commit is contained in:
Zeno Rogue
2020-02-26 01:22:26 +01:00
parent d08c5ea0c4
commit bc12d35053
3 changed files with 7 additions and 5 deletions

View File

@@ -639,6 +639,7 @@ static const flagtype LF_HAUNTED = Flag(12);
static const flagtype LF_TROLL = Flag(13);
static const flagtype LF_INMIRROR = Flag(14);
static const flagtype LF_INMIRRORORWALL = Flag(15);
static const flagtype LF_ELECTRIC = Flag(17);
struct landtype {
color_t color;