From 9a98cb34a1bfe4354411be0b4b5d12be2c37df12 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 28 Oct 2006 07:45:33 +0000 Subject: [PATCH] Whoops, wrong variable name. --- src/audio/macosx/SDL_coreaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/macosx/SDL_coreaudio.h b/src/audio/macosx/SDL_coreaudio.h index e06411d98..7e266d4d0 100644 --- a/src/audio/macosx/SDL_coreaudio.h +++ b/src/audio/macosx/SDL_coreaudio.h @@ -32,7 +32,7 @@ struct SDL_PrivateAudioData { AudioUnit audioUnit; - int audioUnitInitialized; + int audioUnitOpened; void *buffer; UInt32 bufferOffset; UInt32 bufferSize;