X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_game.pas;h=938e07175a779844898f0196219a362ea03e5151;hp=d961bae34a60df880a0685b13257743a74a8c350;hb=3349a0b38bc1fae71b758cb1686d4f6d0bf4f926;hpb=0f21b7ce586385c0b21cb1eeab9e27ea1107ccf7 diff --git a/src/game/g_game.pas b/src/game/g_game.pas index d961bae..938e071 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -20,7 +20,7 @@ interface uses g_basic, g_player, e_graphics, Classes, g_res_downloader, - SysUtils, g_sound, g_gui, MAPSTRUCT, wadreader, md5; + SysUtils, g_sound, g_gui, g_scripts, MAPSTRUCT, wadreader, md5; type TGameSettings = record @@ -1098,6 +1098,9 @@ begin g_Game_SetLoadingText(_lc[I_LOAD_MENUS], 0, False); g_Menu_Init(); + + g_Scripts_Init(); + g_Scripts_Load('game.conprint("ass")'); gMusic := TMusic.Create(); gMusic.SetByName('MUSIC_MENU');