Update console.cpp
This commit is contained in:
parent
4fa88247dc
commit
fbf10c69cf
@ -269,16 +269,8 @@ namespace console
|
||||
}
|
||||
|
||||
void post_unpack() override
|
||||
{
|
||||
if (game::environment::is_dedi())
|
||||
{
|
||||
ShowWindow(GetConsoleWindow(), SW_HIDE);
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowWindow(GetConsoleWindow(), SW_SHOW);
|
||||
}
|
||||
|
||||
SetConsoleTitle("H1-Mod");
|
||||
|
||||
con.kill_event = CreateEvent(NULL, TRUE, FALSE, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user