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

@ -473,6 +473,7 @@ struct cluster_info_t
#define CLUSTER_LOOKUPENTERTEXT 0x00000020 // Enter text is the name of a language string
#define CLUSTER_LOOKUPNAME 0x00000040 // Name is the name of a language string
#define CLUSTER_LOOKUPCLUSTERNAME 0x00000080 // Cluster name is the name of a language string
#define CLUSTER_ALLOWINTERMISSION 0x00000100 // Allow intermissions between levels in a hub.
extern FLevelLocals level;