diff options
author | Tim Angus <tim@ngus.net> | 2006-01-09 02:16:46 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-01-09 02:16:46 +0000 |
commit | 7d96b51fbc8b0df8ebf348de2aa5f2058254ed93 (patch) | |
tree | 1b13c58efb4f469e4cae5f000bc7e2d2e4b680fc /src/game | |
parent | dc6118816aa49c9b1e6dd82e6c6504f2153c37df (diff) |
* Merged ioq3-468
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_mover.c | 2 |
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 ) |