oops
This commit is contained in:
parent
458d642b20
commit
45b9891396
|
@ -400,13 +400,13 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
if (EmulatorPaused == true)
|
if (EmulatorPaused == true)
|
||||||
{
|
{
|
||||||
Global.Sound.StartSound;
|
Global.Sound.StartSound();
|
||||||
EmulatorPaused = false;
|
EmulatorPaused = false;
|
||||||
pauseToolStripMenuItem.Checked = false;
|
pauseToolStripMenuItem.Checked = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Global.Sound.StopSound;
|
Global.Sound.StopSound();
|
||||||
EmulatorPaused = true;
|
EmulatorPaused = true;
|
||||||
pauseToolStripMenuItem.Checked = true;
|
pauseToolStripMenuItem.Checked = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue