synced rest files, missed with last sync rev 47951
This commit is contained in:
parent
41be88f8b7
commit
bccbcae43c
71 changed files with 977 additions and 3420 deletions
|
@ -48,7 +48,7 @@
|
|||
extern bool isSmartphone();
|
||||
#endif
|
||||
|
||||
// FIXME: HACK for MidiEmu & error()
|
||||
// FIXME: HACK for error()
|
||||
Engine *g_engine = 0;
|
||||
|
||||
// Output formatter for debug() and error() which invokes
|
||||
|
@ -260,7 +260,7 @@ void Engine::flipMute() {
|
|||
if (ConfMan.hasKey("mute")) {
|
||||
mute = !ConfMan.getBool("mute");
|
||||
}
|
||||
|
||||
|
||||
ConfMan.setBool("mute", mute);
|
||||
|
||||
syncSoundSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue