aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx.c b/gfx.c
index 79821d7..e1da220 100644
--- a/gfx.c
+++ b/gfx.c
@@ -79,9 +79,9 @@ sprites_init (void)
sprite[SP_LADDER] = 'H';
sprite[SP_ROPE] = ACS_HLINE;
sprite[SP_ESCAPE_LADDER] = ACS_VLINE;
- sprite[SP_MONEY] = ACS_DIAMOND;
+ sprite[SP_MONEY] = '$';
sprite[SP_HERO] = '@';
- sprite[SP_FOE] = '@' | A_REVERSE | A_BLINK;
+ sprite[SP_FOE] = '%' | A_REVERSE | A_BLINK;
sprite[SP_INVALID] = '?';
}
Un proyecto texto-plano.xyz