Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1402)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1403)
@@ -17,4 +17,6 @@
      - added MineSweeper
 
+   * Makefile:
+     - added missing mfileio
 
 
Index: /trunk/MagicSoft/Mars/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/Makefile	(revision 1402)
+++ /trunk/MagicSoft/Mars/Makefile	(revision 1403)
@@ -39,4 +39,5 @@
           mgui        \
 	  manalysis   \
+          mfileio     \
           mbase       \
           meventdisp  \
Index: /trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
===================================================================
--- /trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 1402)
+++ /trunk/MagicSoft/Mars/mgui/MCamDisplay.cc	(revision 1403)
@@ -127,6 +127,6 @@
     // delete fGeomCam;
 
-    if (fIsAllocated)
-        delete fDrawingPad;
+    //    if (fIsAllocated)
+    //        delete fDrawingPad;
 }
 
Index: /trunk/MagicSoft/Mars/mgui/MineSweeper.cc
===================================================================
--- /trunk/MagicSoft/Mars/mgui/MineSweeper.cc	(revision 1402)
+++ /trunk/MagicSoft/Mars/mgui/MineSweeper.cc	(revision 1403)
@@ -164,5 +164,4 @@
 
     Draw();
-    SetBit(kCanDelete);
 }
 
@@ -180,6 +179,6 @@
         delete fDone;
 
-    if (fIsAllocated)
-        delete fDrawingPad;
+    //    if (fIsAllocated)
+    //        delete fDrawingPad;
 }
 
