X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_textures.pas;h=8190ea3df814d0b7300d2a6f85fe579681497825;hp=ae951fc94258fd3f930fa18e2355a4c7a08155fd;hb=abda6900c041e39944de6a49aa088a60c170715e;hpb=0de0c814aedf27fc6374f50b2ce57db780d37c8e diff --git a/src/game/g_textures.pas b/src/game/g_textures.pas index ae951fc..8190ea3 100644 --- a/src/game/g_textures.pas +++ b/src/game/g_textures.pas @@ -20,7 +20,7 @@ interface uses SysUtils, Classes, {$IFDEF USE_MEMPOOL}mempool,{$ENDIF} - g_base, r_graphics, MAPDEF, ImagingTypes, Imaging, ImagingUtility; + g_base, MAPDEF; type TLevelTexture = record @@ -79,7 +79,7 @@ type implementation uses - g_game, e_log, g_basic, g_console, wadreader, r_animations, + g_game, e_log, g_basic, g_console, wadreader, g_language, utils, xstreams; constructor TAnimationState.Create (aloop: Boolean; aspeed: Byte; len: Integer);