diff options
author | Mike Swanson | 2014-12-16 21:46:05 -0800 |
---|---|---|
committer | Mike Swanson | 2014-12-16 21:46:05 -0800 |
commit | 0c361cc1dd6b5a4aca022404393065c07d65e584 (patch) | |
tree | f3ff4a5763054992564e59e822cd429b28aba04a /src | |
parent | ad3e1a25f971bea771960bb9efee75a277e56e2c (diff) | |
download | chocolate-doom-0c361cc1dd6b5a4aca022404393065c07d65e584.tar.gz chocolate-doom-0c361cc1dd6b5a4aca022404393065c07d65e584.tar.bz2 chocolate-doom-0c361cc1dd6b5a4aca022404393065c07d65e584.zip |
strife: Fix the name of MAP29, should be "Entity's Lair"
Double-checked with strife1.exe
Diffstat (limited to 'src')
-rw-r--r-- | src/strife/d_englsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |