diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-11-25 12:32:16 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-11-25 12:32:16 +0100 |
| commit | 135a1e93cb9b3a859c4269a94ababe33b3558f9a (patch) | |
| tree | d32c9b295895128b98f1af14e0c1d08a1da2b6f0 /Levels/LEVEL3.PLT | |
| parent | e4ab93f21e73dd86c41c754f4401f87f58c80afe (diff) | |
| download | airport-135a1e93cb9b3a859c4269a94ababe33b3558f9a.tar.gz | |
* LEVEL3.PLT was incorrectly using Windows CRLF end of line.
* When assigning a parking slot, busy parking slots cannot be selected. Some work TODO yet, though.
Diffstat (limited to 'Levels/LEVEL3.PLT')
| -rw-r--r-- | Levels/LEVEL3.PLT | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Levels/LEVEL3.PLT b/Levels/LEVEL3.PLT index b15dbde..99efea3 100644 --- a/Levels/LEVEL3.PLT +++ b/Levels/LEVEL3.PLT @@ -6,12 +6,12 @@ #For example: 14:55 #Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format. -ARRIVAL;PHX1802;100;00:10;0;360 -ARRIVAL;PHX1805;125;00:10;0;360 -ARRIVAL;PHX1806;125;00:30;0;360 -ARRIVAL;PHX1807;125;00:50;0;360 -ARRIVAL;PHX1808;125;01:30;0;360 -DEPARTURE;PHX1000;53;00:05;152;360 -DEPARTURE;PHX1001;53;00:15;153;360 -DEPARTURE;PHX1002;53;00:30;154;360 -DEPARTURE;PHX1003;53;00:45;155;360 +ARRIVAL;PHX1802;100;00:10;0;60 +ARRIVAL;PHX1805;125;00:10;0;60 +ARRIVAL;PHX1806;125;00:30;0;60 +ARRIVAL;PHX1807;125;00:50;0;60 +ARRIVAL;PHX1808;125;01:30;0;60 +DEPARTURE;PHX1000;53;00:05;152;120 +DEPARTURE;PHX1001;53;00:15;153;120 +DEPARTURE;PHX1002;53;00:30;154;120 +DEPARTURE;PHX1003;53;00:45;155;120 |
