Clean the code

This commit is contained in:
Li REN 2013-06-13 20:24:26 -04:00
parent 37530f97ae
commit cc49f71b3c
2 changed files with 17 additions and 39 deletions

View file

@ -548,7 +548,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
}
public static void deactivate(MagePane frame) {
MusicPlayer.stopBGM();
//MusicPlayer.stopBGM();
frame.setVisible(false);
MagePane topmost = getTopMost(frame);
if (activeFrame != frame) {