stop tty hitpointbar from jumping to 100% health at zero hit points

This commit is contained in:
nhmall
2018-09-05 20:21:59 -04:00
parent 878823ad8a
commit ec43a80e9e
2 changed files with 15 additions and 9 deletions

View File

@@ -146,6 +146,7 @@ windows: Added ntassert() mechanism for Windows based port use
tty: significant optimizations for performance and per field rendering
tty: use WC2_FLUSH_STATUS to buffer changes until BL_FLUSH is received
tty: support BL_RESET in status_update to force an update to all status fields
tty: stop hitpointbar from jumping to 100% health at zero hit points
unix: Makefile.src and Makefile.utl inadvertently relied on a 'gnu make'
extension when using $(VERBOSEMAKE) to reduce build-time feedback;
replace with $(QUIETCC) which operates the same but defaults to