X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fshared%2FMAPSTRUCT.pas;h=f2bc726d450b42fa38f4685bb2ff90641d869bfe;hb=8b49757c73738465bc7d0bfbb5156576832ad3cd;hp=8a873b5014a32c8cdb8f662d268c69321250ef3f;hpb=5472594f32e33da0c66606ec9eebc8f798ef6b54;p=d2df-sdl.git diff --git a/src/shared/MAPSTRUCT.pas b/src/shared/MAPSTRUCT.pas index 8a873b5..f2bc726 100644 --- a/src/shared/MAPSTRUCT.pas +++ b/src/shared/MAPSTRUCT.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 MAPSTRUCT; { @@ -122,7 +123,7 @@ type TriggerType: Byte; ActivateType: Byte; Keys: Byte; - DATA: Byte128; + DATA: Byte128; //WARNING! should be exactly equal to sizeof(TTriggerData) end; TBlock = packed record