From eb01b47debcd44ba019ee633b13af95aec4c7878 Mon Sep 17 00:00:00 2001 From: Russell Rice Date: Sun, 30 Mar 2008 22:17:13 +0000 Subject: Fix an error message Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1108 --- src/deh_sound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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]; -- cgit v1.2.3