X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_gui.pas;h=78554a776ec932cc6f6a7f7647541a0848b80f11;hb=f4fc3b435118e5d9e4085da37014436d2e063259;hp=35c1da4ea7f1fbfc916b691b2679edb40659ce59;hpb=56ec1dee6d63a32353f94eac7e87d6a42b801a25;p=d2df-sdl.git diff --git a/src/game/g_gui.pas b/src/game/g_gui.pas index 35c1da4..78554a7 100644 --- a/src/game/g_gui.pas +++ b/src/game/g_gui.pas @@ -1,4 +1,4 @@ -(* Copyright (C) DooM 2D:Forever Developers +(* Copyright (C) Doom 2D: Forever Developers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -549,7 +549,12 @@ procedure g_GUI_LoadMenuPos(); implementation uses - GL, GLExt, g_textures, g_sound, SysUtils, +{$IFDEF USE_NANOGL} + nanoGL, +{$ELSE} + GL, GLExt, +{$ENDIF} + g_textures, g_sound, SysUtils, g_game, Math, StrUtils, g_player, g_options, g_map, g_weapons, xdynrec, wadreader;