Const void not void const

This commit is contained in:
NepDisk 2025-06-01 20:34:47 -04:00
parent d3567cf7d4
commit d6a7c5d5a1

View file

@ -279,7 +279,7 @@ get_real_sfx_volume (int vol)
// this is as fast as I can possibly make it. // this is as fast as I can possibly make it.
// sorry. more asm needed. // sorry. more asm needed.
static Mix_Chunk *ds2chunk(void const *stream) static Mix_Chunk *ds2chunk(const void *stream)
{ {
UINT16 ver,freq; UINT16 ver,freq;
UINT32 samples, i, newsamples; UINT32 samples, i, newsamples;