foxygit / doom Log in
commit bde04da30ea87a465719df7f68d2143b79411324
Author:     NY00123 <ny00@outlook.com>
AuthorDate: Tue Sep 28 20:45:47 2021 +0300
Commit:     NY00123 <ny00@outlook.com>
CommitDate: Thu Sep 29 21:17:36 2022 +0300

    hexen: Apply a change to HEXEN_VERSIONTEXT missed in A_SoAExplode edit

    The original commit is identified by the following message:
    "hexen: Disable checks in A_SoAExplode not present in version 1.1"
---
 src/hexen/h2def.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index 7a43c0fd..161903d3 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -73,7 +73,8 @@
 //#endif
 #define HEXEN_VERSIONTEXT ((gamemode == shareware) ? \
                            "DEMO 10 16 95" : \
-                           "VERSION 1.1 MAR 22 1996 (BCP)")
+                           "VERSION 1.1 MAR 12 1996 (CBI)" \
+                           /*"VERSION 1.1 MAR 22 1996 (BCP)"*/)

 // all exterior data is defined here
 #include "xddefs.h"