X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fshared%2FMAPDEF.pas;h=f6678e921683bb659ec77dd3a6805658f21fb0b2;hb=ee55194b1f1e2a8721038eff788b64534393661c;hp=ef4eaf63675fdd137368ba9a01b2a85da2738146;hpb=f0c98dc86657bdc08f6049872f12b554e1654fa4;p=d2df-sdl.git diff --git a/src/shared/MAPDEF.pas b/src/shared/MAPDEF.pas index ef4eaf6..f6678e9 100644 --- a/src/shared/MAPDEF.pas +++ b/src/shared/MAPDEF.pas @@ -13,7 +13,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . *) -{$MODE DELPHI} +{$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;