summaryrefslogtreecommitdiffstats
path: root/System.c4g/DTCrewSelection.c
diff options
context:
space:
mode:
Diffstat (limited to 'System.c4g/DTCrewSelection.c')
-rw-r--r--System.c4g/DTCrewSelection.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/System.c4g/DTCrewSelection.c b/System.c4g/DTCrewSelection.c
deleted file mode 100644
index 4e12db1..0000000
--- a/System.c4g/DTCrewSelection.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#strict 2
-#appendto CLNK
-
-func Initialize()
-{
- if(!FindObject(CS7I))
- {
- CreateObject(CS7I, 0, 0, NO_OWNER);
- }
-
- return _inherited(...);
-} \ No newline at end of file