- Moved most of the menu strings (except options and player setup menu) into the

string table.


SVN r525 (trunk)
This commit is contained in:
Christoph Oelckers 2007-05-01 07:57:08 +00:00
commit f11525f90f
4 changed files with 134 additions and 62 deletions

View file

@ -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' };