diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-18 20:17:13 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-18 20:17:13 +0200 |
| commit | b1aad213d450beae9920e30d6534680474f8df6f (patch) | |
| tree | ac1f7affa103f70ad08e468e5450de7b21360dfa /Source/PltParser.c | |
| parent | 150cc8adc003fea9812a58f1f224ec10a91cd44a (diff) | |
| download | airport-b1aad213d450beae9920e30d6534680474f8df6f.tar.gz | |
* Added more comments.
* Radio chatter sounds.
* Created aircraft state STATE_STOPPED, to be used when L1 is pressed on aircraft selection mode.
Diffstat (limited to 'Source/PltParser.c')
| -rw-r--r-- | Source/PltParser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/PltParser.c b/Source/PltParser.c index d44e348..8460314 100644 --- a/Source/PltParser.c +++ b/Source/PltParser.c @@ -63,8 +63,6 @@ bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData) } strPltBuffer = SystemGetBufferAddress(); - - dprintf("%s\n", strPltBuffer); PltParserResetBuffers(ptrFlightData); |
