summaryrefslogtreecommitdiff
path: root/src/music
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/music
parent7b4fba0f89ea9045ea3b5937481d796358bd331e (diff)
downloadopenttd-553d65f5848e427c2c0b086050d7cdc205f50e60.tar.xz
(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters.
Diffstat (limited to 'src/music')
-rw-r--r--src/music/music_driver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/music_driver.hpp b/src/music/music_driver.hpp
index c4cc6bc3f..6181acdbb 100644
--- a/src/music/music_driver.hpp
+++ b/src/music/music_driver.hpp
@@ -33,6 +33,6 @@ public:
};
extern MusicDriver *_music_driver;
-extern char _ini_musicdriver[32];
+extern char *_ini_musicdriver;
#endif /* MUSIC_MUSIC_DRIVER_HPP */