Lines Matching refs:thiscluster
300 cluster_info_t *thiscluster = FindClusterInfo (level.cluster); in goOn() local
306 if (thiscluster && (thiscluster->flags & CLUSTER_HUB)) in goOn()
308 if ((level.flags & LEVEL_NOINTERMISSION) || (nextcluster == thiscluster)) in goOn()
420 cluster_info_t *thiscluster = FindClusterInfo (level.cluster); in G_DoCompleted() local
423 if (thiscluster != nextcluster || in G_DoCompleted()
425 !(thiscluster->flags & CLUSTER_HUB)) { in G_DoCompleted()
438 if (!(nextcluster->flags & CLUSTER_HUB) || !(thiscluster->flags & CLUSTER_HUB)) in G_DoCompleted()
447 ((nextcluster == thiscluster) && (thiscluster->flags & CLUSTER_HUB)))) { in G_DoCompleted()
627 cluster_info_t *thiscluster; in G_WorldDone() local
634 thiscluster = FindClusterInfo (level.cluster); in G_WorldDone()
637 F_StartFinale (thiscluster->messagemusic, thiscluster->finaleflat, thiscluster->exittext); in G_WorldDone()
650 } else if (thiscluster->exittext) { in G_WorldDone()
652 F_StartFinale (thiscluster->messagemusic, thiscluster->finaleflat, thiscluster->exittext); in G_WorldDone()