- Fixed: Episodes starting on a map with 8 characters in its lump name would not work.
SVN r2394 (trunk)
This commit is contained in:
parent
551f0d3148
commit
9bf543af99
3 changed files with 3 additions and 2 deletions
|
|
@ -391,7 +391,7 @@ oldmenuitem_t EpisodeMenu[MAX_EPISODES] =
|
|||
{1,0,0, NULL, M_Episode, CR_UNTRANSLATED},
|
||||
};
|
||||
|
||||
char EpisodeMaps[MAX_EPISODES][8];
|
||||
char EpisodeMaps[MAX_EPISODES][9];
|
||||
bool EpisodeNoSkill[MAX_EPISODES];
|
||||
|
||||
oldmenu_t EpiDef =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue