- Fixed: Implicitly defined clusters were not initialized when being created.
SVN r1503 (trunk)
This commit is contained in:
parent
218fc5018e
commit
f7bcd0b98e
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue