diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/deh_sound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deh_sound.c b/src/deh_sound.c index 761ed069..4a13d0ca 100644 --- a/src/deh_sound.c +++ b/src/deh_sound.c @@ -64,8 +64,8 @@ static void *DEH_SoundStart(deh_context_t *context, char *line) if (sound_number >= DEH_VANILLA_NUMSFX) { - DEH_Warning(context, "Attempt to modify SFX %i. This will problems " - "in Vanilla dehacked.", sound_number); + DEH_Warning(context, "Attempt to modify SFX %i. This will cause " + "problems in Vanilla dehacked.", sound_number); } return &S_sfx[sound_number]; |