Skip to content
Snippets Groups Projects
Commit 9ef2e7fc authored by sphere's avatar sphere
Browse files

Change "ding" sound's singularity.

parent 113a3bdb
Branches
Tags
1 merge request!1765Use sound flags for sfxinfo, fix SF_TOTALLYSINGLE checks
......@@ -162,7 +162,7 @@ sfxinfo_t S_sfx[NUMSFX] =
{"cgot" , true, 120, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Got Emerald"}, // Got Emerald! Tails 09-02-2001
{"cybdth", false, 32, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Explosion"},
{"deton", true, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Threatening beeping"},
{"ding", false, 127, SF_X4AWAYSOUND, -1, NULL, 0, -1, -1, LUMPERROR, "Ding"},
{"ding", true, 127, SF_X4AWAYSOUND, -1, NULL, 0, -1, -1, LUMPERROR, "Ding"},
{"dmpain", false, 96, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Machine damage"},
{"drown", false, 192, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Drowning"},
{"fizzle", false, 127, SF_X4AWAYSOUND, -1, NULL, 0, -1, -1, LUMPERROR, "Electric fizzle"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment