mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
warning fix
This commit is contained in:
parent
32c77a437c
commit
fa367ae34d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ static void CDAudio_Eject()
|
|||
|
||||
void CDAudio_Play(int track, qboolean looping)
|
||||
{
|
||||
CDstatus cd_stat;
|
||||
CDstatus cd_stat = CD_ERROR;
|
||||
if(!cd_id || !enabled) return;
|
||||
|
||||
if(!cdValid)
|
||||
|
|
Loading…
Reference in a new issue