- Fixed: Implicitly defined clusters were not initialized when being created.

SVN r1503 (trunk)
This commit is contained in:
Christoph Oelckers 2009-03-25 22:02:15 +00:00
commit f7bcd0b98e
2 changed files with 5 additions and 1 deletions

View file

@ -948,6 +948,7 @@ DEFINE_MAP_OPTION(cluster, true)
{
unsigned int clusterindex = wadclusterinfos.Reserve(1);
cluster_info_t *clusterinfo = &wadclusterinfos[clusterindex];
clusterinfo->Reset();
clusterinfo->cluster = parse.sc.Number;
if (parse.HexenHack)
{