aboutsummaryrefslogtreecommitdiff
path: root/saga/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sound.h')
-rw-r--r--saga/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/sound.h b/saga/sound.h
index 8101925c3a..9aeaa5799a 100644
--- a/saga/sound.h
+++ b/saga/sound.h
@@ -41,12 +41,12 @@ struct R_SOUNDBUFFER {
byte *res_data;
uint32 res_len;
- uint s_freq;
+ uint16 s_freq;
int s_samplebits;
int s_stereo;
int s_signed;
- const uchar *s_buf;
+ const byte *s_buf;
size_t s_buf_len;
};