From ea70c77dd8ca03216a548456e638bf26596c8642 Mon Sep 17 00:00:00 2001 From: Lukasz Wlasinksi Date: Thu, 7 Oct 2004 08:58:01 +0000 Subject: [PATCH] enabled emitsound_post function (knife shot fix, Damaged Soul ) --- dlls/csx/source/moduleconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/csx/source/moduleconfig.h b/dlls/csx/source/moduleconfig.h index ecdb67a7..164b8864 100755 --- a/dlls/csx/source/moduleconfig.h +++ b/dlls/csx/source/moduleconfig.h @@ -332,7 +332,7 @@ // #define FN_DropToFloor_Post DropToFloor_Post // #define FN_WalkMove_Post WalkMove_Post // #define FN_SetOrigin_Post SetOrigin_Post -// #define FN_EmitSound_Post EmitSound_Post +#define FN_EmitSound_Post EmitSound_Post // #define FN_EmitAmbientSound_Post EmitAmbientSound_Post #define FN_TraceLine_Post TraceLine_Post // #define FN_TraceToss_Post TraceToss_Post