modified: src/game.cpp

This commit is contained in:
tplonski 2016-07-02 14:21:33 -04:00
parent 80cebdc23c
commit 706ec8bc5b
1 changed files with 0 additions and 1 deletions

View File

@ -4349,7 +4349,6 @@ void Game::updateGui(float *statustext_time, const RunStats &stats,
guitext->setVisible(true);
} else if (flags.show_hud || flags.show_chat) {
std::ostringstream os(std::ios_base::binary);
os << PROJECT_NAME_C " " << g_version_hash;
setStaticText(guitext, utf8_to_wide(os.str()).c_str());
guitext->setVisible(true);
} else {