X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmaster.pas;h=86d727e93b1963fb9e51004de844f16b11597717;hb=e126054922c9113731c77ee2a8315eb01951461b;hp=1f7ddf1e787877483b48dce108eaa7ddd01de0bc;hpb=5b3da92681d54bd987d55c4a2649da65ebeb70ba;p=d2df-sdl.git diff --git a/src/game/g_netmaster.pas b/src/game/g_netmaster.pas index 1f7ddf1..86d727e 100644 --- a/src/game/g_netmaster.pas +++ b/src/game/g_netmaster.pas @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . *) -{$MODE DELPHI} +{$INCLUDE ../shared/a_modes.inc} unit g_netmaster; interface @@ -73,8 +73,7 @@ implementation uses SysUtils, e_fixedbuffer, e_input, e_graphics, e_log, g_window, g_net, g_console, - g_map, g_game, g_sound, g_textures, g_gui, g_menu, g_options, g_language, wadreader, - ENetPlatform; + g_map, g_game, g_sound, g_textures, g_gui, g_menu, g_options, g_language, wadreader; var NetMEvent: ENetEvent;