DEADSOFTWARE

xdyn cosmetix (File -> TStream)
[d2df-sdl.git] / src / shared / MAPDEF.pas
index 05c510112c57a504a4375f037c3078b23629f6cd..f6678e921683bb659ec77dd3a6805658f21fb0b2 100644 (file)
@@ -14,6 +14,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *)
 {$INCLUDE a_modes.inc}
+{$M+}
 unit MAPDEF;
 
 {
@@ -29,6 +30,9 @@ interface
 uses
   MAPSTRUCT;
 
+// *** WARNING! ***
+//   keep all constants in sync with "mapdesc.txt"!
+//   or even better: regenerate this part directly from "mapdesc.txt".
 const
   PANEL_NONE      = 0;
   PANEL_WALL      = 1;