X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_monsters.pas;h=d982204b256927b22a1f2c24666397c5739d7a87;hb=db9e913bebcfba6251351e97118db8ee01c76cc0;hp=accdcb7ee23d5892e4f0fc39ebdfbe52ec3509ea;hpb=98ff3f2f38c4d82fa369ebbfdecf19b0075acd1c;p=d2df-sdl.git diff --git a/src/game/g_monsters.pas b/src/game/g_monsters.pas index accdcb7..d982204 100644 --- a/src/game/g_monsters.pas +++ b/src/game/g_monsters.pas @@ -38,12 +38,14 @@ const MONSTATE_REVIVE = 10; MONSTATE_RUNOUT = 11; +{ in mapdef now BH_NORMAL = 0; BH_KILLER = 1; BH_MANIAC = 2; BH_INSANE = 3; BH_CANNIBAL = 4; BH_GOOD = 5; +} type TMonster = Class (TObject)