chore(terminal.cpp): remove version string from console title
This commit is contained in:
parent
1a50e6cc35
commit
db59c7d6bc
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user