DEADSOFTWARE

cleanup: remove g_options dependency on r_graphics
[d2df-sdl.git] / src / game / opengl / r_monsters.pas
index fe822be6bfe871a16bbd0babad2ddf5be1bc5f06..9a747455ecc9e5ffc71d9e04d4682c509212b3cd 100644 (file)
@@ -24,9 +24,9 @@ implementation
 
   uses
     SysUtils, Classes, Math,
-    e_graphics,
+    r_graphics, g_options,
     MAPDEF,
-    g_basic, g_game, g_phys,
+    g_base, g_basic, g_game, g_phys,
     g_monsters
   ;