summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_local.h2
-rw-r--r--src/cgame/cg_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index de784ba..b9ed03d 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -2286,4 +2286,4 @@ typedef enum
// mod version data
-#define SPLASH_VERSION "0.1.7 (Feb 25)"
+#define SPLASH_VERSION "0.1.8 (Feb 25)"
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c
index ee37596..7c798a2 100644
--- a/src/cgame/cg_main.c
+++ b/src/cgame/cg_main.c
@@ -764,7 +764,7 @@ static void CG_RegisterSounds( void )
for( i = 0; i < 4; i++ )
cgs.media.powerZap[ i ] = trap_S_RegisterSound( va( "sound/buildables/human/powerzap%i.wav", i + 1 ), qfalse );
- cgs.media.hitSound = trap_S_RegisterSound( "sound/feedback/hit.wav", qfalse );
+ cgs.media.hitSound = trap_S_RegisterSound( "sound/feedback/_hit.wav", qfalse );
}