X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=29f4fd4b130744436de7c7fe4951de2c44035a79;hp=8595288c4f5760e99d5f07ab2a5f9a2561659d7a;hb=89401883eeb279c7101b1c635477a9bccc123d21;hpb=a1fabab3e5db1baab46a95a318b27fdf33d470cc diff --git a/src/init.c b/src/init.c index 8595288c..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,6 +5928,8 @@ void OpenAll() InitVideoDisplay(); InitVideoBuffer(WIN_XSIZE, WIN_YSIZE, DEFAULT_DEPTH, setup.fullscreen); + InitOverlayInfo(); + print_timestamp_time("[init video stuff]"); InitElementPropertiesStatic();