X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmapdef%2Fmapdef.txt;h=4a27ccfa1b675d8820166afd52c231f3ef7325b1;hb=fa0f77ac879d90b2e59d0257f00e51d8a2cd654d;hp=f30c218136283c6dc09fabf852f1531a8dc53130;hpb=b39f879ac1eb4bf4b7782c4b2fc3f83bd5f99816;p=d2df-sdl.git diff --git a/src/mapdef/mapdef.txt b/src/mapdef/mapdef.txt index f30c218..4a27ccf 100644 --- a/src/mapdef/mapdef.txt +++ b/src/mapdef/mapdef.txt @@ -398,14 +398,14 @@ TriggerData for (TRIGGER_OPENDOOR, TRIGGER_CLOSEDOOR, TRIGGER_DOOR, TRIGGER_DOOR TriggerData for (TRIGGER_PRESS, TRIGGER_ON, TRIGGER_OFF, TRIGGER_ONOFF) { //tX is "tx" type int offset 0; //tY is "ty" type int offset 4; - Pos is "position" type point offset 0 as txy; + Pos is "position" type point offset 0 as txy default (0 0); //tWidth is "width" type ushort offset 8; //tHeight is "height" type ushort offset 10; - Size is "size" type size offset 8 as twh; - Wait is "wait" type ushort offset 12; - Count is "count" type ushort offset 14; + Size is "size" type size offset 8 as twh default (0 0); + Wait is "wait" type ushort offset 12 default 0; + Count is "count" type ushort offset 14 default 0; MonsterID is "monsterid" type int offset 16 monster as monsterid default null; - ExtRandom is "extrandom" type bool offset 20; + ExtRandom is "extrandom" type bool offset 20 default false; // this one is for moving platforms PanelId is "panelid" type int panel default null omitdefault; }