Added sounds for Shift and Kaleidoscope Magic tools.
This commit is contained in:
parent
3469c6d436
commit
7d69ff049e
5 changed files with 10 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
Last updated: August 7, 2007
|
||||
Last updated: November 6, 2007
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ int kalidescope_init(magic_api * api)
|
|||
{
|
||||
char fname[1024];
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/kalidescope.wav",
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/kaleidoscope.ogg",
|
||||
api->data_directory);
|
||||
kalidescope_snd = Mix_LoadWAV(fname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue