X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fopengl%2Fr_map.pas;h=525bf35e9dc09d0b1f88406659b09038589e6637;hb=d5d513b459869550bc0623d910eb97c706fab07d;hp=ef75c14c223452db1e12a37d1c66411b552b21aa;hpb=f78ac74cc8c7789d25c8783b21feee74ce938bb3;p=d2df-sdl.git diff --git a/src/game/opengl/r_map.pas b/src/game/opengl/r_map.pas index ef75c14..525bf35 100644 --- a/src/game/opengl/r_map.pas +++ b/src/game/opengl/r_map.pas @@ -30,7 +30,7 @@ implementation uses {$INCLUDE ../nogl/noGLuses.inc} SysUtils, Classes, Math, - r_graphics, + r_graphics, r_animations, g_base, g_basic, g_game, g_options, g_panel, g_map, r_panel @@ -129,7 +129,7 @@ begin dx := 1; end; - Animation.Draw(Obj.X+dx, Obj.Y+1, Mirror); + r_Animation_Draw(Animation, Obj.X + dx, Obj.Y + 1, Mirror); if g_debug_Frames then begin