DEADSOFTWARE

render: move textures loaders to render
[d2df-sdl.git] / src / game / g_weapons.pas
index 21c580375a533aa95e6f2dc6b8e9e0791bb52c27..bf9a0953c5cd188ff87fba09f52609c084a243be 100644 (file)
@@ -113,8 +113,8 @@ var
 implementation
 
 uses
-  Math, g_map, g_player, g_gfx, g_sound, g_main, g_panel,
-  g_console, g_options, g_game,
+  Math, g_map, g_player, g_gfx, g_sound, g_panel,
+  g_console, g_options, g_game, r_textures, r_animations,
   g_triggers, MAPDEF, e_log, g_monsters, g_saveload,
   g_language, g_netmsg, g_grid,
   geom, binheap, hashtable, utils, xstreams;