mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Use the correct formatter type
This commit is contained in:
parent
e39165655d
commit
07a50c604e
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ OpenALSoundRenderer::OpenALSoundRenderer()
|
||||||
Device = NULL;
|
Device = NULL;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
DPrintf(" Allocated "TEXTCOLOR_BLUE"%u"TEXTCOLOR_NORMAL" sources\n", Sources.size());
|
DPrintf(" Allocated "TEXTCOLOR_BLUE"%zu"TEXTCOLOR_NORMAL" sources\n", Sources.size());
|
||||||
|
|
||||||
WasInWater = false;
|
WasInWater = false;
|
||||||
if(*snd_efx && alcIsExtensionPresent(Device, "ALC_EXT_EFX"))
|
if(*snd_efx && alcIsExtensionPresent(Device, "ALC_EXT_EFX"))
|
||||||
|
|
Loading…
Reference in a new issue