mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
Reverted back to previous revision (3401), SDL miscommit by me
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3791 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a2fa186921
commit
f32d19e0f9
1 changed files with 2 additions and 2 deletions
|
@ -268,7 +268,7 @@ static void CD_f (void)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if (lParam != wDeviceID)
|
||||
|
@ -302,7 +302,7 @@ LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
|
||||
return 0;
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
void BGMVolume_Callback(struct cvar_s *var, char *oldvalue)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue