summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index bc3953127..8777625df 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -152,7 +152,7 @@ void Sound::info()
char driver[40] = "Unknown";
const char *format = "Unknown";
int rate = 0;
- Uint16 audioFormat = 0;
+ uint16_t audioFormat = 0;
int channels = 0;
MIX_VERSION(&compiledVersion);