Skip to content

Commit

Permalink
beams are not walls
Browse files Browse the repository at this point in the history
  • Loading branch information
argrath committed Sep 22, 2018
1 parent f4235b6 commit 2905b97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/drawing.c
Expand Up @@ -554,10 +554,10 @@ const struct symdef defsyms[MAXPCHARS] = {
{ '^', "変化の罠", C(CLR_BRIGHT_GREEN) }, /* trap */
{ '~', "振動している場所", C(CLR_MAGENTA) }, /* "trap" */
/* zap colors are changed by mapglyph() to match type of beam */
{ '|', "", C(CLR_GRAY) }, /* vbeam */
{ '-', "", C(CLR_GRAY) }, /* hbeam */
{ '\\', "", C(CLR_GRAY) }, /* lslant */
{ '/', "", C(CLR_GRAY) }, /* rslant */
{ '|', "", C(CLR_GRAY) }, /* vbeam */
{ '-', "", C(CLR_GRAY) }, /* hbeam */
{ '\\', "", C(CLR_GRAY) }, /* lslant */
{ '/', "", C(CLR_GRAY) }, /* rslant */
{ '*', "", C(CLR_WHITE) }, /* dig beam */
{ '!', "", C(CLR_WHITE) }, /* camera flash beam */
{ ')', "", C(HI_WOOD) }, /* boomerang open left */
Expand Down
8 changes: 4 additions & 4 deletions win/share/other.txt
Expand Up @@ -1262,7 +1262,7 @@ Z = (195, 195, 195)
................
................
}
# tile 65 (��)
# tile 65 (cmap 65)
{
.......NN.......
......NN........
Expand All @@ -1281,7 +1281,7 @@ Z = (195, 195, 195)
.........NN.....
........NN......
}
# tile 66 (��)
# tile 66 (cmap 66)
{
................
................
Expand All @@ -1300,7 +1300,7 @@ Z = (195, 195, 195)
................
................
}
# tile 67 (��)
# tile 67 (cmap 67)
{
NNNNN...........
....N...........
Expand All @@ -1319,7 +1319,7 @@ Z = (195, 195, 195)
............N...
............NNNN
}
# tile 68 (��)
# tile 68 (cmap 68)
{
............NNNN
............N...
Expand Down

0 comments on commit 2905b97

Please sign in to comment.