Fix Seirawan gating at Rook square in PGN castling moves
[xboard.git] / usounds.c
index eb006b1..dce58e0 100644 (file)
--- a/usounds.c
+++ b/usounds.c
@@ -5,7 +5,8 @@
  * Massachusetts.
  *
  * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006,
- * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
+ * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free
+ * Software Foundation, Inc.
  *
  * The following terms apply to Digital Equipment Corporation's copyright
  * interest in XBoard:
@@ -75,10 +76,10 @@ extern char *getenv();
 #include "common.h"
 #include "frontend.h"
 
-
 int
 PlaySoundFile (char *name)
 {
+  if(mute == 1) return 1;
   if (*name == NULLCHAR) {
     return 0;
   } else if (strcmp(name, "$") == 0) {