diff options
| author | Markus Mittendrein <maxmitti@maxmitti.tk> | 2021-04-01 17:22:30 +0200 |
|---|---|---|
| committer | Markus Mittendrein <maxmitti@maxmitti.tk> | 2021-04-01 17:22:30 +0200 |
| commit | 2754b3f9f7869e1731bf0a070c4b2fcfc921f437 (patch) | |
| tree | e642395da002d845d1ee5bb854f8f5e4b24c5809 /System.c4g/DTCrewSelection.c | |
| parent | 8c3e2aaf3c82321d47c5a4a409f48a594be07b97 (diff) | |
| download | ObjectsAppend-2754b3f9f7869e1731bf0a070c4b2fcfc921f437.tar.gz ObjectsAppend-2754b3f9f7869e1731bf0a070c4b2fcfc921f437.zip | |
Add CrewSelection rule
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 |
