X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fopengl%2Fr_items.pas;h=a36feece8045ce386679174a99194c52353c335b;hp=f42cb1fdfceefaaaf4dcb52656cac31abc01a1f3;hb=d581025b391fdf3b429d362f4b1a94e1f6e53413;hpb=f9982f4e6fd7f5d7cd3b09ee1ebb01d5f06e6e8a diff --git a/src/game/opengl/r_items.pas b/src/game/opengl/r_items.pas index f42cb1f..a36feec 100644 --- a/src/game/opengl/r_items.pas +++ b/src/game/opengl/r_items.pas @@ -198,7 +198,7 @@ begin end else if itemFrames[it.ItemType] <> 0 then begin - r_AnimationState_Draw(itemFrames[it.ItemType], Animation, fX, fY, TMirrorType.None) + r_AnimationState_Draw(itemFrames[it.ItemType], Animation, fX, fY, 0, TMirrorType.None, False) end; if g_debug_Frames then