DEADSOFTWARE

more code for tracing and other shit; NOTHING IS WORKING YET
[d2df-sdl.git] / src / shared / MAPSTRUCT.pas
index 8a873b5014a32c8cdb8f662d268c69321250ef3f..d9913a4be10ebfdcc1561bd821c43da7705829c6 100644 (file)
@@ -13,7 +13,7 @@
  * 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;
 
 {
@@ -122,7 +122,7 @@ type
    TriggerType:  Byte;
    ActivateType: Byte;
    Keys:         Byte;
-   DATA:         Byte128;
+   DATA:         Byte128; //WARNING! should be exactly equal to sizeof(TTriggerData)
   end;
 
   TBlock = packed record