diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-25 18:02:18 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-25 18:02:18 +0100 |
| commit | 64dbf5cdd5c16ab6ccdadcfd66949aba5b8fa1e2 (patch) | |
| tree | d408c06ac5573c35eaee8fd451114fd73acde2f8 /Levels | |
| parent | 135a1e93cb9b3a859c4269a94ababe33b3558f9a (diff) | |
Bugfix: minutes were not being retrieved from PLT files.
Game.c: parking slots cannot be selected if an aircraft in STATE_PARKED state is on it.
Other fixes and improvements.
Added some tiles from TILESET2.TIM
Diffstat (limited to 'Levels')
| -rw-r--r-- | Levels/EASY.PLT | 2 | ||||
| -rw-r--r-- | Levels/LEVEL2.LVL | bin | 576 -> 576 bytes | |||
| -rw-r--r-- | Levels/LEVEL3.LVL | bin | 576 -> 576 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/Levels/EASY.PLT b/Levels/EASY.PLT index f3209b0..cf1bead 100644 --- a/Levels/EASY.PLT +++ b/Levels/EASY.PLT @@ -16,4 +16,4 @@ DEPARTURE;PHX1001;100;00:25;21;240 DEPARTURE;PHX1002;200;01:00;19;240 DEPARTURE;PHX1003;200;01:30;21;240 DEPARTURE;PHX1004;200;02:00;19;240 -DEPARTURE;PHX1004;200;03:00;21;240
\ No newline at end of file +DEPARTURE;PHX1004;200;03:00;21;240 diff --git a/Levels/LEVEL2.LVL b/Levels/LEVEL2.LVL Binary files differindex bc93219..1d08d3d 100644 --- a/Levels/LEVEL2.LVL +++ b/Levels/LEVEL2.LVL diff --git a/Levels/LEVEL3.LVL b/Levels/LEVEL3.LVL Binary files differindex dffa05e..bd729fd 100644 --- a/Levels/LEVEL3.LVL +++ b/Levels/LEVEL3.LVL |
