* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*)
-{$MODE DELPHI}
+{$INCLUDE a_modes.inc}
unit MAPSTRUCT;
{
TriggerType: Byte;
ActivateType: Byte;
Keys: Byte;
- DATA: Byte128;
+ DATA: Byte128; //WARNING! should be exactly equal to sizeof(TTriggerData)
end;
TBlock = packed record