diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-14 14:29:04 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-14 14:29:04 +0200 |
| commit | db8bc5f9e386c76531dfe679df022dd05d3dd27a (patch) | |
| tree | 03ddd1ab050c79fa56e51a1f7c3d4c15bd1685b6 /Sounds | |
| parent | f97f48ca7cefd3380edc9bdaaebf17c16c5c871b (diff) | |
| download | airport-db8bc5f9e386c76531dfe679df022dd05d3dd27a.tar.gz | |
+ Documentation about sound sources.
* Sine-like effect used for runways now moved to SystemCalculateSine().
* Bugfix: ptrPlayer->FlightDataPage is now decreased if there aren't enough active aircraft.
* On main menu, 2 players option is now disabled if pad 2 is disconnected.
* More work on FPS measurement (not working yet).
* Number of used SPU voices is now returned on SfxUploadSound().
Diffstat (limited to 'Sounds')
| -rw-r--r-- | Sounds/SOUND_SOURCES | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Sounds/SOUND_SOURCES b/Sounds/SOUND_SOURCES new file mode 100644 index 0000000..da49afd --- /dev/null +++ b/Sounds/SOUND_SOURCES @@ -0,0 +1,11 @@ +Bell sound obtained from: +http://freesound.org/people/InspectorJ/sounds/339812/ + +Radio chatter obtained from: +http://freesound.org/people/digifishmusic/sounds/55022/ + +Tray close sound obtained from: +http://freesound.org/people/Hard3eat/sounds/351780/ + +CD sound obtained from: +http://freesound.org/people/cmorris035/sounds/207276/ |
