summaryrefslogtreecommitdiffstats
path: root/System.c4g/DTCrewSelection.c
blob: 4e12db172156db11d590990035504c62cf0559ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#strict 2
#appendto CLNK

func Initialize()
{
	if(!FindObject(CS7I))
	{
		CreateObject(CS7I, 0, 0, NO_OWNER);
	}

	return _inherited(...);
}