summaryrefslogtreecommitdiff
path: root/src/sound
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
commit553d65f5848e427c2c0b086050d7cdc205f50e60 (patch)
tree9e096ed24353259d9aea2b2145a2d8830d9ec7f2 /src/sound
parent7b4fba0f89ea9045ea3b5937481d796358bd331e (diff)
downloadopenttd-553d65f5848e427c2c0b086050d7cdc205f50e60.tar.xz
(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters.
Diffstat (limited to 'src/sound')
-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 */