ref: eb01b47debcd44ba019ee633b13af95aec4c7878
parent: 90ba97b39f4ac2997efd70b66278eef76cf094f6
author: Russell Rice <[email protected]>
date: Sun Mar 30 18:17:13 EDT 2008
Fix an error message Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1108
--- a/src/deh_sound.c
+++ b/src/deh_sound.c
@@ -64,8 +64,8 @@
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];