X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=usounds.c;h=dce58e02cdedcd30a292ff6bd3062ce56d37c862;hb=d81f573a5e990af8eb8de5efdea8aa156aa97c1e;hp=eb006b19eeb759a28c8810b1dc183994b75b4d99;hpb=e6e38912837a4fe2464356408d10dee950b3121c;p=xboard.git diff --git a/usounds.c b/usounds.c index eb006b1..dce58e0 100644 --- 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) {