summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewchar.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-04-13 00:47:50 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-04-13 01:02:01 +0200
commit337f312dfeccfb41e4ad1502772119dcc624949f (patch)
tree7ed413cbde2caee84a1b36700f510519ace2db4e /crawl-ref/source/viewchar.cc
parent8685212d0875a1f581976fa2eeddc7b6bc2357f6 (diff)
downloadcrawl-ref-337f312dfeccfb41e4ad1502772119dcc624949f.tar.gz
crawl-ref-337f312dfeccfb41e4ad1502772119dcc624949f.zip
Swap '~' and '{' (water and disturbance glyphs).
Diffstat (limited to 'crawl-ref/source/viewchar.cc')
-rw-r--r--crawl-ref/source/viewchar.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/viewchar.cc b/crawl-ref/source/viewchar.cc
index c691f6d3b8..8c4f209627 100644
--- a/crawl-ref/source/viewchar.cc
+++ b/crawl-ref/source/viewchar.cc
@@ -12,7 +12,7 @@ static const unsigned dchar_table[ NUM_CSET ][ NUM_DCHAR_TYPES ] =
// CSET_ASCII
{
'#', '*', '.', ',', '\'', '+', '^', '>', '<', // wall .. stairs up
- '_', '\\', '}', '{', '8', '~', '~', // altar .. item detect
+ '_', '\\', '}', '~', '8', '{', '{', // altar .. item detect
'0', ')', '[', '/', '%', '?', '=', '!', '(', // orb .. missile
':', '|', '}', '%', '$', '"', '#', '7', // book .. tree
' ', '!', '#', '%', ':', ')', '*', '+', // space .. fired_burst
@@ -22,7 +22,7 @@ static const unsigned dchar_table[ NUM_CSET ][ NUM_DCHAR_TYPES ] =
// CSET_IBM - this is ANSI 437
{
177, 176, 249, 250, '\'', 254, '^', '>', '<', // wall .. stairs up
- 220, 239, 244, 247, '8', '~', '~', // altar .. item detect
+ 220, 239, 244, 247, '8', '{', '{', // altar .. item detect
'0', ')', '[', '/', '%', '?', '=', '!', '(', // orb .. missile
236, '\\', '}', '%', '$', '"', '#', 234, // book .. tree
' ', '!', '#', '%', '+', ')', '*', '+', // space .. fired_burst
@@ -50,7 +50,7 @@ static const unsigned dchar_table[ NUM_CSET ][ NUM_DCHAR_TYPES ] =
*/
{
0x2592, 0x2591, 0xB7, 0x25E6, '\'', 0x25FC, '^', '>', '<',
- '_', 0x2229, 0x2320, 0x2248, '8', '~', '~',
+ '_', 0x2229, 0x2320, 0x2248, '8', '{', 0x2206,
'0', ')', '[', '/', '%', '?', '=', '!', '(',
0x221E, '|', '}', '%', '$', '"', '#', 0x2663,
' ', '!', '#', '%', '+', ')', '*', '+', // space .. fired_burst