X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fopengl%2Fr_items.pas;h=a317d857744e99437707f77f50ce3576db86212e;hp=6e3dfee703f939d272ffa52604a0c3a1bd005d5d;hb=d5d513b459869550bc0623d910eb97c706fab07d;hpb=f78ac74cc8c7789d25c8783b21feee74ce938bb3 diff --git a/src/game/opengl/r_items.pas b/src/game/opengl/r_items.pas index 6e3dfee..a317d85 100644 --- a/src/game/opengl/r_items.pas +++ b/src/game/opengl/r_items.pas @@ -24,7 +24,7 @@ implementation uses SysUtils, Classes, Math, - r_graphics, + r_graphics, r_animations, MAPDEF, g_base, g_basic, g_game, g_items @@ -55,7 +55,7 @@ begin end else begin - Animation.Draw(fX, fY, TMirrorType.None); + r_Animation_Draw(Animation, fX, fY, TMirrorType.None); end; if g_debug_Frames then