summaryrefslogtreecommitdiff
path: root/src/sound/sound_driver.hpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-01-08 11:06:07 +0000
committerpeter1138 <peter1138@openttd.org>2009-01-08 11:06:07 +0000
commit6b6fd360505d4ec65a1a013a0dc4dbd4b121ddbf (patch)
tree9e096ed24353259d9aea2b2145a2d8830d9ec7f2 /src/sound/sound_driver.hpp
parentc71862174a60e0719751afa9ca8f2ebcaa774f39 (diff)
downloadopenttd-6b6fd360505d4ec65a1a013a0dc4dbd4b121ddbf.tar.xz
(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters.
Diffstat (limited to 'src/sound/sound_driver.hpp')
-rw-r--r--src/sound/sound_driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sound_driver.hpp b/src/sound/sound_driver.hpp
index 5756db309..c1b8c8a77 100644
--- a/src/sound/sound_driver.hpp
+++ b/src/sound/sound_driver.hpp
@@ -28,6 +28,6 @@ public:
};
extern SoundDriver *_sound_driver;
-extern char _ini_sounddriver[32];
+extern char *_ini_sounddriver;
#endif /* SOUND_SOUND_DRIVER_HPP */