OSDN Git Service

Changed to update the inventory window after eating a staff or wand. version-1-6-2a vmacos1.6.2-a
authorEric Branlund <ebranlund@fastmail.com>
Sun, 12 Apr 2020 02:00:22 +0000 (19:00 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 12 Apr 2020 02:00:22 +0000 (19:00 -0700)
src/cmd6.c

index 62e3a0d..8f7023a 100644 (file)
@@ -509,6 +509,7 @@ msg_print("
                if (item >= 0)
                {
                        inven_item_charges(item);
+                       p_ptr->window |= (PW_INVEN);
                }
 
                /* Describe charges on the floor */