two more sounds for string tools.
This commit is contained in:
parent
f9fee364a2
commit
6146163d26
4 changed files with 5 additions and 2 deletions
|
|
@ -332,6 +332,9 @@ $Id$
|
|||
One second of white noise generated by audacity
|
||||
Uploaded by C Ford.
|
||||
|
||||
* string2.ogg and string3.ogg
|
||||
Made messing around in audacity by C Ford.
|
||||
|
||||
* Translations
|
||||
|
||||
* Afrikaans
|
||||
|
|
|
|||
BIN
magic/sounds/string2.ogg
Normal file
BIN
magic/sounds/string2.ogg
Normal file
Binary file not shown.
BIN
magic/sounds/string3.ogg
Normal file
BIN
magic/sounds/string3.ogg
Normal file
Binary file not shown.
|
|
@ -171,11 +171,11 @@ int string_init(__attribute__((unused)) magic_api * api)
|
|||
api->data_directory);
|
||||
string_snd[STRING_TOOL_FULL_BY_OFFSET] = Mix_LoadWAV(fname);
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/string.ogg",
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/string2.ogg",
|
||||
api->data_directory);
|
||||
string_snd[STRING_TOOL_TRIANGLE] = Mix_LoadWAV(fname);
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/string.ogg",
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/string3.ogg",
|
||||
api->data_directory);
|
||||
string_snd[STRING_TOOL_ANGLE] = Mix_LoadWAV(fname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue