ref: 2531f324e36c73cdfee5c36d6f54d185858fce1b
parent: 02fc812eff2d8e83887e3b149533e2ed3f95879f
author: Simon Howard <fraggle@soulsphere.org>
date: Thu Oct 11 18:27:46 EDT 2018
dehacked: Fix mistake in comment. Thanks to Grazza for identifying this error on Doomworld (in reference to DEH9000, although that text came from here).
--- a/src/doom/deh_misc.c
+++ b/src/doom/deh_misc.c
@@ -37,8 +37,8 @@
int deh_initial_bullets = DEH_DEFAULT_INITIAL_BULLETS;
// Dehacked: "Max Health"
-// This is the maximum health that can be reached using medikits
-// alone. See P_TouchSpecialThing in p_inter.c
+// This is the maximum health that can be reached using health
+// potions. See P_TouchSpecialThing in p_inter.c
int deh_max_health = DEH_DEFAULT_MAX_HEALTH;