use wav instead of mp3 to avoid licensing issues

This commit is contained in:
David Rose 2005-02-04 06:04:22 +00:00
parent 28d62c55ef
commit 960371c921
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -4,6 +4,6 @@
// General GUI Sounds
#begin install_audio
#define SOURCES \
GUI_rollover.mp3 GUI_click.mp3
GUI_rollover.wav GUI_click.wav
#end install_audio