dehacked: Fix mistake in comment.

Thanks to Grazza for identifying this error on Doomworld (in reference
to DEH9000, although that text came from here).
This commit is contained in:
Simon Howard 2018-10-11 22:27:46 -04:00
parent 02fc812eff
commit 2531f324e3

View file

@ -37,8 +37,8 @@ int deh_initial_health = DEH_DEFAULT_INITIAL_HEALTH;
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;