From 7d96b51fbc8b0df8ebf348de2aa5f2058254ed93 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 9 Jan 2006 02:16:46 +0000 Subject: * Merged ioq3-468 --- src/game/g_mover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') diff --git a/src/game/g_mover.c b/src/game/g_mover.c index 0c060c7b..8f7de418 100644 --- a/src/game/g_mover.c +++ b/src/game/g_mover.c @@ -1937,7 +1937,7 @@ void SP_func_button( gentity_t *ent ) float lip; char *s; - G_SpawnString( "sound1to2", "sound/movers/switches/butn2.wav", &s ); + G_SpawnString( "sound1to2", "sound/movers/switches/button1.wav", &s ); ent->sound1to2 = G_SoundIndex( s ); if( !ent->speed ) -- cgit