summaryrefslogtreecommitdiff
path: root/src/gfxinit.h
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/gfxinit.h
parentc71862174a60e0719751afa9ca8f2ebcaa774f39 (diff)
downloadopenttd-6b6fd360505d4ec65a1a013a0dc4dbd4b121ddbf.tar.xz
(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters.
Diffstat (limited to 'src/gfxinit.h')
-rw-r--r--src/gfxinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfxinit.h b/src/gfxinit.h
index 2caa5f54c..deaa6c32c 100644
--- a/src/gfxinit.h
+++ b/src/gfxinit.h
@@ -15,6 +15,6 @@ void FindGraphicsSets();
bool SetGraphicsSet(const char *name);
char *GetGraphicsSetsList(char *p, const char *last);
-extern char _ini_graphics_set[32];
+extern char *_ini_graphics_set;
#endif /* GFXINIT_H */