cleanup of unnecessarily convoluted function call
[rocksndiamonds.git] / src / init.c
index 807a9a14e5d238bc94504f08e80c5b1956a937ae..e451d99ef862f9cd2d09d081c1ce136e0f8483db 100644 (file)
@@ -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());