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:
parent
02fc812eff
commit
2531f324e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue