X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_monsters.pas;h=777453a119a19d7e2b168bcc4598e8cfeb7e2993;hp=b6e68b511a3fe8c3ed8ed613081c4a0393494c77;hb=914d23e91073f293d6b09ce8fe448705975b5f12;hpb=d581025b391fdf3b429d362f4b1a94e1f6e53413 diff --git a/src/game/g_monsters.pas b/src/game/g_monsters.pas index b6e68b5..777453a 100644 --- a/src/game/g_monsters.pas +++ b/src/game/g_monsters.pas @@ -1663,7 +1663,7 @@ begin FAnim[a, TDirection.D_LEFT] := TAnimationState.Create(ANIMTABLE[a].loop, MONSTER_ANIMTABLE[MonsterType].AnimSpeed[a], MONSTER_ANIMTABLE[MonsterType].AnimCount[a]); end; if MonsterType = MONSTER_VILE then - vilefire := TAnimationState.Create(True, 2, 0); // !!! len + vilefire := TAnimationState.Create(True, 2, 8); end; function TMonster.Damage(aDamage: Word; VelX, VelY: Integer; SpawnerUID: Word; t: Byte): Boolean;