X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fopengl%2Fr_gfx.pas;h=0bd271a1f7840b3802552a83c058abac072860f4;hb=f4de0d349a282253a43c8dcf7cd69e098657c312;hp=6b27ec337c9334c57de9a7094833c45164ec2ff0;hpb=22f00c44f3473ea1823ae8c7e85ed175a4c884cf;p=d2df-sdl.git diff --git a/src/game/opengl/r_gfx.pas b/src/game/opengl/r_gfx.pas index 6b27ec3..0bd271a 100644 --- a/src/game/opengl/r_gfx.pas +++ b/src/game/opengl/r_gfx.pas @@ -25,7 +25,7 @@ implementation {$INCLUDE ../nogl/noGLuses.inc} SysUtils, Classes, Math, utils, - e_graphics, + g_base, r_graphics, g_options, r_animations, g_game, g_gfx ; @@ -81,7 +81,7 @@ begin begin fx := nlerp(oldx, x, gLerpFactor); fy := nlerp(oldy, y, gLerpFactor); - Animation.Draw(x, y, TMirrorType.None); + r_Animation_Draw(Animation, x, y, TMirrorType.None); end; end; end;