aboutsummaryrefslogtreecommitdiff
path: root/saga/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sound.h')
-rw-r--r--saga/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sound.h b/saga/sound.h
index 33c22dace3..78e9317dd3 100644
--- a/saga/sound.h
+++ b/saga/sound.h
@@ -39,7 +39,7 @@ struct SoundBuffer {
int sampleBits;
bool stereo;
bool isSigned;
-
+
byte *buffer;
size_t size;
bool isBigEndian;