]> granicus.if.org Git - nethack/commitdiff
Update comment within mswin_status_string.
authorBart House <bart@barthouse.com>
Sun, 2 Dec 2018 21:35:48 +0000 (13:35 -0800)
committerBart House <bart@barthouse.com>
Sun, 2 Dec 2018 21:35:48 +0000 (13:35 -0800)
win/win32/mhstatus.h

index d7239d5802563679f14e34481f465d82598c596d..4d5d93753305d2706aee081bf1a51bbdbd1a709e 100644 (file)
@@ -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;