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:
Lance 2011-05-19 16:24:59 +00:00
parent a2fa186921
commit f32d19e0f9
1 changed files with 2 additions and 2 deletions

View File

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