]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/clientlauncher.h
Fix a small regression caused by e2ad76f.
[dragonfireclient.git] / src / client / clientlauncher.h
index 09f8c039a1817be1245eac4173a108a485b6728f..b10bbebc91f4d358b6a636cfde6e30b6542e4059 100644 (file)
@@ -90,13 +90,13 @@ class ClientLauncher
 
 protected:
        void init_args(GameParams &game_params, const Settings &cmd_args);
-       bool init_engine(int log_level);
+       bool init_engine();
 
-       bool launch_game(std::string &error_message, GameParams &game_params,
-                       const Settings &cmd_args);
+       bool launch_game(std::string &error_message, bool reconnect_requested,
+               GameParams &game_params, const Settings &cmd_args);
 
        void main_menu(MainMenuData *menudata);
-       bool create_engine_device(int log_level);
+       bool create_engine_device();
 
        void speed_tests();
        bool print_video_modes();