- fixed the Exhumed startup to do proper fading of the publisher logos, which PCExhumed only implemented for the software renderer.

Made it faster than PCExhumed, though
This commit is contained in:
Christoph Oelckers 2020-06-12 23:06:11 +02:00
parent 67b1963e7c
commit ee98db589f
3 changed files with 22 additions and 31 deletions

View file

@ -572,6 +572,7 @@ void I_SetWndProc()
SetWindowLongPtr (Window, GWLP_USERDATA, 1);
SetWindowLongPtr (Window, GWLP_WNDPROC, (WLONG_PTR)WndProc);
ShowWindow (ConWindow, SW_HIDE);
ShowWindow(ProgressBar, SW_HIDE);
ConWindowHidden = true;
ShowWindow (GameTitleWindow, SW_HIDE);
I_InitInput (Window);