synced rest files, missed with last sync rev 47951

This commit is contained in:
Pawel Kolodziejski 2011-04-10 15:45:37 +02:00
parent 41be88f8b7
commit bccbcae43c
71 changed files with 977 additions and 3420 deletions

View file

@ -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();