X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=e451d99ef862f9cd2d09d081c1ce136e0f8483db;hb=refs%2Fheads%2Fmaster-next-major-release;hp=807a9a14e5d238bc94504f08e80c5b1956a937ae;hpb=e0b898e0ad24e38b076fe2459c826577421a3a1b;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 807a9a14..e451d99e 100644 --- a/src/init.c +++ b/src/init.c @@ -6752,6 +6752,9 @@ void OpenAll(void) DrawMainMenu(); + if (options.drop_file != NULL) + PushDropEvent(options.drop_file); + #if 0 Debug("internal:path", "SDL_GetBasePath() == '%s'", SDL_GetBasePath());