ac97snd: fix prior rev

git-svn-id: svn://kolibrios.org@7175 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-03-06 23:00:40 +00:00
parent 25e9e48413
commit f91398b928

View File

@ -495,6 +495,14 @@ void debug_out_str(const char* str)
}
}
void ExitInHiddenMode()
{
uFMOD_StopSong();
StopBuffer(hBuff);
DestroyBuffer(hBuff);
exit();
}
int LoadPL(char *fname)
{
DWORD fmt;
@ -1108,14 +1116,6 @@ void _stdcall thread_proc(void *param)
};
};
void ExitInHiddenMode()
{
uFMOD_StopSong();
StopBuffer(hBuff);
DestroyBuffer(hBuff);
exit();
}
void delay (int val)
{
_asm