File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/* vim:set cin ft=c sw=4 sts=4 ts=8 et ai cino=Ls\:0t0(0 : -*- mode:c;fill-column:80;tab-width:8;c-basic-offset:4;indent-tabs-mode:nil;c-file-style:"k&r" -*-*/
2
- /* Last modified by Alex Smith, 2017-06-29 */
2
+ /* Last modified by Alex Smith, 2017-07-15 */
3
3
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
4
4
/* NetHack may be freely redistributed. See license for details. */
5
5
@@ -868,7 +868,7 @@ doattributes(const struct nh_cmd_arg *arg)
868
868
add_menutext (& menu , buf );
869
869
870
870
wc = weight_cap ();
871
- buf = msgprintf ("%-10s: %ld (" , "burden" , inv_weight_total ());
871
+ buf = msgprintf ("%-10s: %d (" , "burden" , inv_weight_total ());
872
872
873
873
switch (calc_capacity (wc / 4 )) {
874
874
case UNENCUMBERED :
You can’t perform that action at this time.
0 commit comments