diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-06-28 16:19:36 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-06-28 16:19:36 +0200 |
| commit | bd23878d45f3e0ec2336b903bacc110688aac9bd (patch) | |
| tree | e7a09377ac2bc955b58b868d80ddd1efaae5f8b2 /Source/Makefile | |
| parent | f9f9924566e82aae02817a2fbc7962764f5418c3 (diff) | |
| download | airport-bd23878d45f3e0ec2336b903bacc110688aac9bd.tar.gz | |
* Added font spacing parameter.
* Removed obsolete, unused functions.
* Performance optimization: routines inside GameCalculations() were computating a big loop several times, so this has been modified so that loop is only performed once.
* Initial implementation for GameGetAircraftTilemap(). Still some work TODO.
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Makefile b/Source/Makefile index f045855..711958e 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -96,6 +96,7 @@ tiles: bmp2tim ../Sprites/Mouse.bmp ../cdimg/DATA/SPRITES/MOUSE.TIM 16 -org=596,240 -mpink bmp2tim ../Sprites/DepArr.bmp ../cdimg/DATA/SPRITES/DEPARR.TIM 16 -org=552,240 -mpink bmp2tim ../Sprites/PageUpDn.bmp ../cdimg/DATA/SPRITES/PAGEUPDN.TIM 16 -org=504,240 -mpink + bmp2tim ../Sprites/Bldngs1.bmp ../cdimg/DATA/SPRITES/BLDNGS1.TIM 16 -org=640,128 -mpink sounds: rm -f ../cdimg/DATA/SOUNDS/*.VAG |
