- Fixed: Episodes starting on a map with 8 characters in its lump name would not work.

SVN r2394 (trunk)
This commit is contained in:
Braden Obrzut 2010-06-30 06:09:49 +00:00
commit 9bf543af99
3 changed files with 3 additions and 2 deletions

View file

@ -1802,6 +1802,7 @@ void FMapInfoParser::ParseEpisodeInfo ()
EpisodeMenu[i].fulltext = !picisgfx;
EpisodeNoSkill[i] = noskill;
strncpy (EpisodeMaps[i], map, 8);
EpisodeMaps[i][8] = 0;
}
}