diff --git a/source/game.cpp b/source/game.cpp index 0a14ebe..436387c 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -26,7 +26,7 @@ Game::Game() : blocks(), entities(), blockParticles(), player(), gameState(State createWorldError(false), renameWorldDuplError(false), settingsSelect(0), settingsPage(1), titleScreenSelect(0), createWorldShowCursor(false), createWorldSelect(0), worldSettingsSelect(0), currentLocation(0), logoFall(false), logoY(0), editControlsSelected(0), editControlsSetMode(false), settingsFromPause(false), - showFavorites(false), sndClick(soundEffect(SFX_CLICK)), sndPop(soundEffect(SFX_POP)), font(), fontRu(), + showFavorites(false), showPolygonRamCount(false), sndClick(soundEffect(SFX_CLICK)), sndPop(soundEffect(SFX_POP)), font(), fontRu(), lang(Language::English) { instance = this;