X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Fmapdef.txt;h=db3a64fe7de8c6d1b20d16f2c3a58ab9ee103385;hb=6d6df4e3427cd01e03e172984c9d0d391ff38032;hp=d93b48d58bf87449d3b2b8356176eb8f26dee0a3;hpb=223356cbae3197afc861efa6241c4ae91bd92885;p=d2df-sdl.git diff --git a/src/shared/mapdef.txt b/src/shared/mapdef.txt index d93b48d..db3a64f 100644 --- a/src/shared/mapdef.txt +++ b/src/shared/mapdef.txt @@ -486,7 +486,7 @@ TriggerData for TRIGGER_SHOT { ShotType is "type" type ubyte offset 8 enum TriggerShot; ShotTarget is "target" type ubyte offset 9 enum TriggerShotTarget; ShotSound is "silent" type negbool offset 10; // negbool! - ShotAllMap is "allmap" type bool offset 11; + ShotAim is "aim" type byte offset 11; ShotPanelID is "panelid" type int offset 12; ShotIntSight is "sight" type ushort offset 16; ShotAngle is "angle" type ushort offset 18;