diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-29 15:07:17 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-29 15:07:17 +0100 |
| commit | 0d1df70f2d1a08fdb6389391ee59afc5fbc6277a (patch) | |
| tree | 8695e5e33cdba5da4bdbbcbe7ab2ac33eb9bc53f /Source/MapEditor | |
| parent | fef6629d96f375b98ebb81382c0e8b4ee9b0f48b (diff) | |
| download | airport-0d1df70f2d1a08fdb6389391ee59afc5fbc6277a.tar.gz | |
* Aircraft.c: invalid XYZ position was calculated if runway direction != EAST.
* Aircraft.c: aircraft direction is now set according to runway direction when aircraft is created.
* Game.c: TILE_PARKING_2 was not included on AcceptedTiles[].
* Game.c: GameAssignRunwaytoAircraft() was not looking up runway exit/entry points correctly.
Diffstat (limited to 'Source/MapEditor')
| -rw-r--r-- | Source/MapEditor/MapEditor.pro.user | 2 | ||||
| -rw-r--r-- | Source/MapEditor/settings.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/MapEditor/MapEditor.pro.user b/Source/MapEditor/MapEditor.pro.user index 5393ece..5f8e915 100644 --- a/Source/MapEditor/MapEditor.pro.user +++ b/Source/MapEditor/MapEditor.pro.user @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 4.0.3, 2017-12-27T14:24:53. -->
+<!-- Written by QtCreator 4.0.3, 2017-12-29T02:58:01. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
diff --git a/Source/MapEditor/settings.ini b/Source/MapEditor/settings.ini index ca3d2c8..af1583e 100644 --- a/Source/MapEditor/settings.ini +++ b/Source/MapEditor/settings.ini @@ -1,2 +1,2 @@ [app_settings]
-last_dir=C:/cygwin/home/Xavier/Airport/Levels/LEVEL1.LVL
+last_dir=C:/cygwin/home/Xavier/Airport/Levels/LEVEL2.LVL
|
