chore(terminal.cpp): remove version string from console title

This commit is contained in:
Rim 2025-03-21 17:52:48 -04:00
parent 1a50e6cc35
commit db59c7d6bc

View File

@ -348,7 +348,7 @@ namespace terminal
void post_unpack() override
{
ShowWindow(GetConsoleWindow(), SW_SHOW);
SetConsoleTitle("IW7-Mod: " VERSION);
SetConsoleTitle("IW7-Mod");
con.kill_event = CreateEvent(NULL, TRUE, FALSE, NULL);