mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
doom: minor code cleanup (replace magic constant with an existing define)
Change-Id: I39dd9accb0bb116c0c23035b75b7be141a236c01
This commit is contained in:
parent
84fa538979
commit
be1e074800
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue