X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_textures.pas;h=9f551f5b830ce6a3aa19d1746256bec631750950;hb=92c7868df227201d6914f9f07c9a29ba0e2863cb;hp=72b65b560c814875b020eb124a2e0068d419c9c8;hpb=3a2594735abd86e583b35da46526b9d16a9cd0ed;p=d2df-sdl.git diff --git a/src/game/g_textures.pas b/src/game/g_textures.pas index 72b65b5..9f551f5 100644 --- a/src/game/g_textures.pas +++ b/src/game/g_textures.pas @@ -119,11 +119,7 @@ function g_Texture_Light (): Integer; implementation uses -{$IFDEF USE_NANOGL} - nanoGL, -{$ELSE} - GL, -{$ENDIF} + {$INCLUDE ../nogl/noGLuses.inc} g_game, e_log, g_basic, g_console, wadreader, g_language, utils, xstreams;