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