]> git.lizzy.rs Git - minetest.git/blobdiff - src/game.h
Add '/clearobjects quick'
[minetest.git] / src / game.h
index c3a7691d864eb5ae6fd1e36919cad6786ba5dc0d..e1f4e9346a77df11abf2a4f14afe244e0046084b 100644 (file)
@@ -140,14 +140,14 @@ void the_game(bool *kill,
                bool random_input,
                InputHandler *input,
                IrrlichtDevice *device,
-               gui::IGUIFont *font,
                const std::string &map_dir,
                const std::string &playername,
                const std::string &password,
                const std::string &address, // If "", local server is used
                u16 port,
-               std::wstring &error_message,
+               std::string &error_message,
                ChatBackend &chat_backend,
+               bool *reconnect_requested,
                const SubgameSpec &gamespec, // Used for local game
                bool simple_singleplayer_mode);