From: Bart House Date: Sun, 2 Dec 2018 21:35:48 +0000 (-0800) Subject: Update comment within mswin_status_string. X-Git-Tag: nmake-explicit-path~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=796bdce828c2765fafcbe4c0be63f65779e76351;p=nethack Update comment within mswin_status_string. --- diff --git a/win/win32/mhstatus.h b/win/win32/mhstatus.h index d7239d580..4d5d93753 100644 --- a/win/win32/mhstatus.h +++ b/win/win32/mhstatus.h @@ -38,7 +38,7 @@ typedef struct mswin_status_string { int color; /* string text color index */ int attribute; /* string text attributes */ boolean draw_bar; /* draw a percentage bar */ - int bar_percent; /* a percentage to indicate; 100 will draw no percentage bar */ + int bar_percent; /* a percentage to indicate */ int bar_color; /* color index of percentage bar */ int bar_attribute; /* attributes of percentage bar */ } mswin_status_string;