X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_items.pas;h=8f369bb61926fe6247ee2c9c1923c334042110d2;hb=d52e9d7b6bcc5c1846c82c3908a4688339e736f3;hp=5a43c83a1efff4f12049d34e8a08a1328740f537;hpb=1a98ba3b2161596897c3219a19c4c0fbb9ca0a7f;p=d2df-sdl.git diff --git a/src/game/g_items.pas b/src/game/g_items.pas index 5a43c83..8f369bb 100644 --- a/src/game/g_items.pas +++ b/src/game/g_items.pas @@ -97,7 +97,7 @@ implementation Math, g_basic, g_sound, g_map, g_game, g_triggers, g_console, g_player, g_net, g_netmsg, - e_log, g_options, + e_log, g_options, g_language, g_window, g_grid, binheap, idpool, utils, xstreams ; @@ -203,6 +203,7 @@ const procedure g_Items_LoadData(); begin e_WriteLog('Loading items data...', TMsgType.Notify); + g_Game_SetLoadingText(_lc[I_LOAD_ITEMS_DATA], 0, False); g_Sound_CreateWADEx('SOUND_ITEM_RESPAWNITEM', GameWAD+':SOUNDS\RESPAWNITEM'); g_Sound_CreateWADEx('SOUND_ITEM_GETRULEZ', GameWAD+':SOUNDS\GETRULEZ');