diff options
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 ) |