X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_monsters.pas;h=8629bc954ae6143ed88e380cd3bc76795289b448;hb=31d174a428ef1235e1708b0738804b47e006cf5c;hp=9647d18eca57012ecd6a4773bd78db2054143f72;hpb=69e1c288d6d270abd835cde8a87e818d0298799f;p=d2df-sdl.git diff --git a/src/game/g_monsters.pas b/src/game/g_monsters.pas index 9647d18..8629bc9 100644 --- a/src/game/g_monsters.pas +++ b/src/game/g_monsters.pas @@ -21,6 +21,7 @@ unit g_monsters; interface uses + mempool, g_basic, e_graphics, g_phys, g_textures, g_grid, g_saveload, BinEditor, g_panel, xprofiler; @@ -48,7 +49,7 @@ const } type - TMonster = Class (TObject) + TMonster = class(TPoolObject) private FMonsterType: Byte; FUID: Word;