X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finit.c;h=29f4fd4b130744436de7c7fe4951de2c44035a79;hb=a3ea1329b254d1918dcf2fb0587516c68523cf02;hp=28dcd41ca2bc0036868afab182fae9d1f6ac1a0d;hpb=c9a8c3b2bcb26182fe2882ca08258a9dbe5cdd89;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 28dcd41c..29f4fd4b 100644 --- a/src/init.c +++ b/src/init.c @@ -5891,6 +5891,8 @@ void OpenAll() print_timestamp_time("[init setup/config stuff (1)]"); + InitScoresInfo(); + if (options.execute_command) Execute_Command(options.execute_command); @@ -5926,7 +5928,7 @@ void OpenAll() InitVideoDisplay(); InitVideoBuffer(WIN_XSIZE, WIN_YSIZE, DEFAULT_DEPTH, setup.fullscreen); - InitEventFilter(FilterEvents); + InitOverlayInfo(); print_timestamp_time("[init video stuff]");