Enabled simple intermission for hubs
This commit is contained in:
parent
c03cb2c97a
commit
ed2b73833b
3 changed files with 7 additions and 2 deletions
|
|
@ -699,6 +699,10 @@ void FMapInfoParser::ParseCluster()
|
|||
{
|
||||
clusterinfo->flags |= CLUSTER_HUB;
|
||||
}
|
||||
else if (sc.Compare("allowintermission"))
|
||||
{
|
||||
clusterinfo->flags |= CLUSTER_ALLOWINTERMISSION;
|
||||
}
|
||||
else if (sc.Compare("cdtrack"))
|
||||
{
|
||||
ParseAssign();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue