summaryrefslogtreecommitdiff
path: root/src/object1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object1.c')
-rw-r--r--src/object1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/object1.c b/src/object1.c
index 2911d6eb..0592eb8a 100644
--- a/src/object1.c
+++ b/src/object1.c
@@ -4667,9 +4667,6 @@ void show_inven_aux(bool mirror, bool everything)
byte a = object_attr(o_ptr);
char c = object_char(o_ptr);
-#ifdef AMIGA
- if (a & 0x80) a |= 0x40;
-#endif
if (!o_ptr->k_idx) c = ' ';
Term_draw(col + 3, row + j, a, c);
@@ -4899,9 +4896,6 @@ void show_equip_aux(bool mirror, bool everything)
byte a = object_attr(o_ptr);
char c = object_char(o_ptr);
-#ifdef AMIGA
- if (a & 0x80) a |= 0x40;
-#endif
if (!o_ptr->k_idx) c = ' ';
Term_draw(col + 3, row + j, a, c);