- 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
|
|
@ -1802,6 +1802,7 @@ void FMapInfoParser::ParseEpisodeInfo ()
|
|||
EpisodeMenu[i].fulltext = !picisgfx;
|
||||
EpisodeNoSkill[i] = noskill;
|
||||
strncpy (EpisodeMaps[i], map, 8);
|
||||
EpisodeMaps[i][8] = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue