Previous wasn't enough - experience is updated in another place.
This commit is contained in:
parent
103152de5b
commit
ea05644183
1 changed files with 29 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: patch-ak,v 1.1 1999/10/16 06:20:07 simonb Exp $
|
||||
$NetBSD: patch-ak,v 1.2 1999/10/16 07:10:32 simonb Exp $
|
||||
--- source/misc3.c.orig Fri Jul 22 11:47:30 1994
|
||||
+++ source/misc3.c Sat Oct 16 15:35:05 1999
|
||||
+++ source/misc3.c Sat Oct 16 16:59:14 1999
|
||||
@@ -283,7 +283,7 @@
|
||||
{
|
||||
vtype out_val;
|
||||
|
@ -10,3 +10,30 @@ $NetBSD: patch-ak,v 1.1 1999/10/16 06:20:07 simonb Exp $
|
|||
put_buffer(out_val, row, column);
|
||||
}
|
||||
|
||||
@@ -317,7 +317,7 @@
|
||||
{
|
||||
vtype out_val;
|
||||
|
||||
- (void) sprintf(out_val, "%6ld", num);
|
||||
+ (void) sprintf(out_val, "%7ld", num);
|
||||
put_buffer(out_val, row, column);
|
||||
}
|
||||
|
||||
@@ -481,7 +481,7 @@
|
||||
/* Prints current gold -RAK- */
|
||||
void prt_gold()
|
||||
{
|
||||
- prt_long(py.misc.au, 20, STAT_COLUMN+6);
|
||||
+ prt_long(py.misc.au, 20, STAT_COLUMN+5);
|
||||
}
|
||||
|
||||
|
||||
@@ -2070,7 +2070,7 @@
|
||||
if (p_ptr->exp > p_ptr->max_exp)
|
||||
p_ptr->max_exp = p_ptr->exp;
|
||||
|
||||
- prt_long(p_ptr->exp, 14, STAT_COLUMN+6);
|
||||
+ prt_long(p_ptr->exp, 14, STAT_COLUMN+5);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue