foxygit / doom Log in
commit 0c361cc1dd6b5a4aca022404393065c07d65e584
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Tue Dec 16 21:46:05 2014 -0800
Commit:     Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Tue Dec 16 21:46:05 2014 -0800

    strife: Fix the name of MAP29, should be "Entity's Lair"

    Double-checked with strife1.exe
---
 src/strife/d_englsh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/d_englsh.h b/src/strife/d_englsh.h
index 0f78f21a..57312a89 100644
--- a/src/strife/d_englsh.h
+++ b/src/strife/d_englsh.h
@@ -173,7 +173,7 @@
 #define HUSTR_26        "AREA 26: proving grounds"
 #define HUSTR_27        "AREA 27: The Lab"
 #define HUSTR_28        "AREA 28: Alien Ship"
-#define HUSTR_29        "AREA 29: Entity"
+#define HUSTR_29        "AREA 29: Entity's Lair"

 #define HUSTR_30        "AREA 30: Abandoned Front Base"
 #define HUSTR_31        "AREA 31: Training Facility"