commit eb01b47debcd44ba019ee633b13af95aec4c7878
Author: Russell Rice <rtc_marine@hotmail.com>
AuthorDate: Sun Mar 30 22:17:13 2008 +0000
Commit: Russell Rice <rtc_marine@hotmail.com>
CommitDate: Sun Mar 30 22:17:13 2008 +0000
Fix an error message
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1108
---
src/deh_sound.c | 4 ++--
1 file 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];