Shrink another struct. This shrinks audio_lock from 32 bytes to 24 bytes.

This commit is contained in:
Lioncash 2013-11-04 00:10:22 -05:00
parent fac2783a09
commit db2a619a90

View File

@ -82,8 +82,8 @@ static inline void get_positions(dsound_t *ds, DWORD *read_ptr, DWORD *write_ptr
struct audio_lock
{
void *chunk1;
DWORD size1;
void *chunk2;
DWORD size1;
DWORD size2;
};