1
0
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:
Darryl Pogue
2014-10-18 23:52:54 -07:00
parent 0ed1fd6f75
commit 39eab13d9d
4 changed files with 7 additions and 12 deletions

View File

@ -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 );