X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fshared%2FMAPDEF.pas;h=f6678e921683bb659ec77dd3a6805658f21fb0b2;hb=e57a9cd09ccd9651c6bc769d19e87b8aca1fd5eb;hp=05c510112c57a504a4375f037c3078b23629f6cd;hpb=dd0d8ac4cc2a0aa774f25c8a1a774f7358acfae7;p=d2df-sdl.git diff --git a/src/shared/MAPDEF.pas b/src/shared/MAPDEF.pas index 05c5101..f6678e9 100644 --- a/src/shared/MAPDEF.pas +++ b/src/shared/MAPDEF.pas @@ -14,6 +14,7 @@ * along with this program. If not, see . *) {$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;