ref: 3ab0057eae1f361eb3e930d5ba062d410abc53bd
parent: c4873e6cfc5d8af776c109a79729065400e99e3d
author: Simon Howard <[email protected]>
date: Fri Sep 27 17:53:06 EDT 2013
Fix comments: HHE, not Dehacked. Subversion-branch: /branches/v2-branch Subversion-revision: 2687
--- a/src/heretic/p_saveg.c
+++ b/src/heretic/p_saveg.c
@@ -278,8 +278,8 @@
statenum = SV_ReadLong();
// We have read a state number, but it is indexed according to the state
- // table in Vanilla Heretic v1.3. To support v1.0 Dehacked patches we
- // have three extra states, so map the state number to our internal state
+ // table in Vanilla Heretic v1.3. To support v1.0 HHE patches we have
+ // three extra states, so map the state number to our internal state
// number.
if (statenum >= S_PHOENIXFXIX_1)
@@ -847,7 +847,7 @@
// mobjtype_t type;
str->type = SV_ReadLong();
- // An extra thing type was added for v1.0 dehacked compatibility.
+ // An extra thing type was added for v1.0 HHE compatibility.
// Map from the v1.3 thing type index to the internal one.
if (str->type >= MT_PHOENIXFX_REMOVED)
{