]> git.lizzy.rs Git - minetest.git/blobdiff - src/game.h
FormSpec: Add StaticTextSpec and superimpose over item image buttons
[minetest.git] / src / game.h
index 61f780bee91115667f10d9ef1b5f2742086c915f..e1f4e9346a77df11abf2a4f14afe244e0046084b 100644 (file)
@@ -145,8 +145,9 @@ void the_game(bool *kill,
                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);