]> granicus.if.org Git - nethack/commitdiff
another mswproc bit - remove enum values from comments
authornhmall <nhmall@nethack.org>
Mon, 3 Sep 2018 12:52:16 +0000 (08:52 -0400)
committernhmall <nhmall@nethack.org>
Mon, 3 Sep 2018 12:52:16 +0000 (08:52 -0400)
win/win32/mswproc.c

index 63f7972d0017e596e1dc33c260ca89eba8154329..fb9ad0a941066f9c8f5406c05fad987f20aef67e 100644 (file)
@@ -2857,11 +2857,11 @@ status_update(int fldindex, genericptr_t ptr, int chg, int percent, int color, u
                    BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX,
                    BL_XP, BL_AC, BL_HD, BL_TIME, BL_HUNGER, BL_HP, BL_HPMAX,
                    BL_LEVELDESC, BL_EXP, BL_CONDITION
-               -- fldindex could also be BL_FLUSH (-1), which is not really
+               -- fldindex could also be BL_FLUSH, which is not really
                   a field index, but is a special trigger to tell the 
                   windowport that it should output all changes received
                    to this point. It marks the end of a bot() cycle.
-               -- fldindex could also be BL_RESET (-3), which is not really
+               -- fldindex could also be BL_RESET, which is not really
                   a field index, but is a special advisory to to tell the 
                   windowport that it should redisplay all its status fields,
                   even if no changes have been presented to it.