Index: /trunk/MagicSoft/Mars/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/Makefile	(revision 1405)
+++ /trunk/MagicSoft/Mars/Makefile	(revision 1406)
@@ -38,5 +38,4 @@
           mmc         \
           mgui        \
-          mfileio     \
 	  manalysis   \
           mfileio     \
Index: /trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
===================================================================
--- /trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 1405)
+++ /trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 1406)
@@ -584,6 +584,8 @@
 // Execute a mouse event on the camera
 //
-void MCamDisplay::ExecuteEvent(Int_t event, Int_t px, Int_t py)
-{
-    cout << "Execute Event Camera " << event << " @ " << px << " " << py << endl;
-}
+/*
+ void MCamDisplay::ExecuteEvent(Int_t event, Int_t px, Int_t py)
+ {
+ cout << "Execute Event Camera " << event << " @ " << px << " " << py << endl;
+ }
+ */
Index: /trunk/MagicSoft/Mars/mgui/MCamDisplay.h
===================================================================
--- /trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 1405)
+++ /trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 1406)
@@ -57,4 +57,7 @@
     ~MCamDisplay();
 
+    virtual Int_t DistancetoPrimitive(Int_t px, Int_t py);
+    //virtual void  ExecuteEvent(Int_t event, Int_t px, Int_t py);
+
     void SetAutoScale(Bool_t input=kTRUE) { fAutoScale = input; }
     void DrawPhotNum(const MCerPhotEvt *event);
@@ -62,7 +65,7 @@
     void DrawPixelNumbers();
 
-    void Reset();
-    void Draw(Option_t *option="");
-    void SavePrimitive(ofstream &out, Option_t *);
+    virtual void Reset();
+    virtual void Draw(Option_t *option="");
+    virtual void SavePrimitive(ofstream &out, Option_t *);
 
     void SetPalette(Int_t ncolors, Int_t *colors);
Index: /trunk/MagicSoft/Mars/mgui/MineSweeper.cc
===================================================================
--- /trunk/MagicSoft/Mars/mgui/MineSweeper.cc	(revision 1405)
+++ /trunk/MagicSoft/Mars/mgui/MineSweeper.cc	(revision 1406)
@@ -474,5 +474,5 @@
     Update(flg);
 
-    if (vis==fNumPixels)
+    if (vis==fNumPixels && !fDone)
         Done("Great! Congratulations, you did it!", 3);
 
