X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=0522063cc24e07670a0c095dc391e2fadc56b3b8;hb=f4fc3b435118e5d9e4085da37014436d2e063259;hp=103d2f59bf949f86863e759432deea2dbbf584b9;hpb=e1c1f7de2d4d90cedb74704518844133b936ff97;p=d2df-sdl.git diff --git a/src/game/g_player.pas b/src/game/g_player.pas index 103d2f5..0522063 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -588,10 +588,15 @@ procedure g_Bot_RemoveAll(); implementation uses +{$IFDEF USE_NANOGL} + nanoGL, +{$ELSE} + GL, +{$ENDIF} e_log, g_map, g_items, g_console, g_gfx, Math, g_options, g_triggers, g_menu, g_game, g_grid, wadreader, g_main, g_monsters, CONFIG, g_language, - g_net, g_netmsg, g_window, GL, g_holmes, + g_net, g_netmsg, g_window, g_holmes, utils, xstreams; const PLR_SAVE_VERSION = 0;