mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
plgAudioSys doesn't need to take hsWindowHndl.
This commit is contained in:
@ -1385,10 +1385,9 @@ bool plClient::StartInit()
|
||||
|
||||
// the dx8 audio system MUST be initialized
|
||||
// before the database is loaded
|
||||
HWND hWnd = fWindowHndl;
|
||||
SetForegroundWindow(fWindowHndl);
|
||||
|
||||
plgAudioSys::Init(hWnd);
|
||||
plgAudioSys::Init();
|
||||
gAudio = plgAudioSys::Sys();
|
||||
|
||||
RegisterAs( kClient_KEY );
|
||||
|
Reference in New Issue
Block a user