X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fmapdef%2Fmapdef.txt;h=91453e0f7128fa452c7c08bc0f6aeb0c3cbc8eac;hp=375ef4a43c69b0b1b4de3cc61b2c3a1d962db0ff;hb=9783b17e63c73acf68388c661a34accccd9a1d7a;hpb=f1c498dd1ce66077d3140b0958176be31a44e018 diff --git a/src/mapdef/mapdef.txt b/src/mapdef/mapdef.txt index 375ef4a..91453e0 100644 --- a/src/mapdef/mapdef.txt +++ b/src/mapdef/mapdef.txt @@ -514,7 +514,7 @@ TriggerData for TRIGGER_SHOT { "position" type point offset 0 as txy writedefault; "type" alias shotType type ubyte offset 8 enum TriggerShot writedefault; "target" alias shotTarget type ubyte offset 9 enum TriggerShotTarget writedefault; - "quiet" type negbool offset 10; // negbool! + "sound" alias shotSound type negbool offset 10; // negbool! "aim" type byte offset 11 enum TriggerShotAim default TRIGGER_SHOT_AIM_DEFAULT; "panelid" type int offset 12 panel default null writedefault; "sight" type ushort offset 16;