From c2efedab22275302f0a10cc197424d345a021d18 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jun 2012 20:13:48 +0300 Subject: Replace SDL int types to C++ types. --- src/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound.cpp') 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); -- cgit v1.2.3-60-g2f50