diff options
| author | Markus Mittendrein <maxmitti@maxmitti.tk> | 2022-02-13 21:20:56 +0100 |
|---|---|---|
| committer | Markus Mittendrein <maxmitti@maxmitti.tk> | 2022-02-13 22:32:44 +0100 |
| commit | 3246b689417a170fa0dc5af638cf708a032aad96 (patch) | |
| tree | a48b09a7b2e990afa017c4d4c095cc71555be8de /System.c4g | |
| parent | b1d77280646265b4b3a361fb25c184d652d088b5 (diff) | |
| download | ObjectsAppend-3246b689417a170fa0dc5af638cf708a032aad96.tar.gz ObjectsAppend-3246b689417a170fa0dc5af638cf708a032aad96.zip | |
Crew Selection: Use InitializeDef instead of Clonk appendto for creation
Diffstat (limited to 'System.c4g')
| -rw-r--r-- | System.c4g/DTCrewSelection.c | 12 |
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 |
