- Moved most of the menu strings (except options and player setup menu) into the
string table. SVN r525 (trunk)
This commit is contained in:
parent
5cd1922d26
commit
f11525f90f
4 changed files with 134 additions and 62 deletions
|
|
@ -2462,11 +2462,11 @@ void G_MakeEpisodes ()
|
|||
|
||||
static const char *hepinames[5] =
|
||||
{
|
||||
"CITY OF THE DAMNED",
|
||||
"HELL'S MAW",
|
||||
"THE DOME OF D'SPARIL",
|
||||
"THE OSSUARY",
|
||||
"THE STAGNANT DEMESNE",
|
||||
"MNU_COTD",
|
||||
"MNU_HELLSMAW",
|
||||
"MNU_DOME",
|
||||
"MNU_OSSUARY",
|
||||
"MNU_DEMESNE",
|
||||
};
|
||||
static const char hepikeys[5] = { 'c', 'h', 'd', 'o', 's' };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue