diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-02-03 16:05:37 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-02-03 16:05:37 +0100 |
| commit | 6364d64cbca986c61b3bea76167610198fbe99bb (patch) | |
| tree | 445e96738e5712e4518bc6b63f7d82f347c3a3ef /Source/Makefile | |
| parent | 7d14b5036066d9391d52ab73ca4b26c03e3cb6c2 (diff) | |
| download | airport-6364d64cbca986c61b3bea76167610198fbe99bb.tar.gz | |
* Aircraft.c: files were being loaded each time level was selected.
* Game.c: score bonus is now added depending on flight remaining time.
+ Added second level.
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile b/Source/Makefile index 7de5746..e47a3da 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -27,7 +27,7 @@ CDROM_ROOT=$(PROJECT_DIR)/cdimg BIN_TARGET_PATH = $(PROJECT_DIR)/Bin #Uncomment this DEFINE below to use Airport together with OpenSend + QPSXSerial toolchain. -#DEFINE += -DSERIAL_INTERFACE +DEFINE += -DSERIAL_INTERFACE # PSXSDK tools definitions # ELF2EXE: |
