X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_gui.pas;h=d50e9a6d7f1e1931c261a95b1178aebefa2dc8a8;hp=96df55bc44e88dac950b19aee30557de087cf4dd;hb=92c7868df227201d6914f9f07c9a29ba0e2863cb;hpb=3a2594735abd86e583b35da46526b9d16a9cd0ed diff --git a/src/game/g_gui.pas b/src/game/g_gui.pas index 96df55b..d50e9a6 100644 --- a/src/game/g_gui.pas +++ b/src/game/g_gui.pas @@ -549,11 +549,7 @@ procedure g_GUI_LoadMenuPos(); implementation uses -{$IFDEF USE_NANOGL} - nanoGL, -{$ELSE} - GL, GLExt, -{$ENDIF} + {$INCLUDE ../nogl/noGLuses.inc} g_textures, g_sound, SysUtils, g_game, Math, StrUtils, g_player, g_options, g_map, g_weapons, xdynrec, wadreader;