summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-01-09 02:16:46 +0000
committerTim Angus <tim@ngus.net>2006-01-09 02:16:46 +0000
commit7d96b51fbc8b0df8ebf348de2aa5f2058254ed93 (patch)
tree1b13c58efb4f469e4cae5f000bc7e2d2e4b680fc /src/game
parentdc6118816aa49c9b1e6dd82e6c6504f2153c37df (diff)
* Merged ioq3-468
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_mover.c2
1 files changed, 1 insertions, 1 deletions
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 )