doom: minor code cleanup (replace magic constant with an existing define)

Change-Id: I39dd9accb0bb116c0c23035b75b7be141a236c01
This commit is contained in:
Solomon Peachy 2026-03-03 12:26:00 -05:00
parent 84fa538979
commit be1e074800

View file

@ -462,7 +462,7 @@ void get_more(const void** start, size_t* size)
I_UpdateSound(); // Force sound update
*start = mixbuffer;
*size = SAMPLECOUNT*2*sizeof(short);
*size = MIXBUFFERSIZE*sizeof(short);
}