X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=45f08cd69aac51c75b34b248260252107111dc1f;hp=b0043d4911cf53fc19117049ce321ed7fdebb3ad;hb=2189cd97616201ebb5d6cea37d2a72251ea9be50;hpb=72b5ebcb15f3d2c9a30733c4fafffd7b0e7a1d9c diff --git a/src/init.c b/src/init.c index b0043d49..45f08cd6 100644 --- a/src/init.c +++ b/src/init.c @@ -5064,6 +5064,7 @@ static void InitSetup() static void InitGameInfo() { game.restart_level = FALSE; + game.restart_game_message = NULL; } static void InitPlayerInfo() @@ -5123,6 +5124,10 @@ static void InitArtworkConfig() { "name", "sort_priority", + "program_title", + "program_copyright", + "program_company", + NULL }; static char **ignore_image_tokens; @@ -5427,6 +5432,7 @@ void InitGfx() InitGfxDrawBusyAnimFunction(DrawInitAnim); InitGfxDrawGlobalAnimFunction(DrawGlobalAnimations); InitGfxDrawGlobalBorderFunction(DrawMaskedBorderToTarget); + InitGfxDrawTileCursorFunction(DrawTileCursor); gfx.fade_border_source_status = global.border_status; gfx.fade_border_target_status = global.border_status; @@ -6004,6 +6010,7 @@ void OpenAll() InitVideoDisplay(); InitVideoBuffer(WIN_XSIZE, WIN_YSIZE, DEFAULT_DEPTH, setup.fullscreen); + InitTileCursorInfo(); InitOverlayInfo(); print_timestamp_time("[init video stuff]");