]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/game.cpp
Formspecs: Introduce formspec_version to mods
[dragonfireclient.git] / src / client / game.cpp
index b5508f2cb5d654e55c1940dd7c45b3c9452c6f5f..bc35ade855714ebda9080fe689e199ac1791fc9e 100644 (file)
@@ -4055,7 +4055,7 @@ void Game::showPauseMenu()
        float ypos = simple_singleplayer_mode ? 0.7f : 0.1f;
        std::ostringstream os;
 
-       os << FORMSPEC_VERSION_STRING  << SIZE_TAG
+       os << FORMSPEC_VERSION_STRING << SIZE_TAG
                << "button_exit[4," << (ypos++) << ";3,0.5;btn_continue;"
                << strgettext("Continue") << "]";