From 706ec8bc5b1a252ad7c0069df971ff0d37ee3e21 Mon Sep 17 00:00:00 2001 From: tplonski Date: Sat, 2 Jul 2016 14:21:33 -0400 Subject: [PATCH] modified: src/game.cpp --- src/game.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index ba77d299a..83a272c1d 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -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 {