diff --git a/desktop_version/src/main.cpp b/desktop_version/src/main.cpp index 7bc31c0c..7922facb 100644 --- a/desktop_version/src/main.cpp +++ b/desktop_version/src/main.cpp @@ -481,7 +481,7 @@ int main(int argc, char *argv[]) } //Mute button - if (key.isDown(KEYBOARD_m) && game.mutebutton<=0 && !ed.textentry && !key.textentrymode) + if (key.isDown(KEYBOARD_m) && game.mutebutton<=0 && !ed.textentry && ed.scripthelppage != 1) { game.mutebutton = 8; if (game.muted)