Enabled simple intermission for hubs

This commit is contained in:
ZZYZX 2016-12-28 13:18:44 +02:00 committed by Christoph Oelckers
commit ed2b73833b
3 changed files with 7 additions and 2 deletions

View file

@ -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();