summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index 8d25c3d24..ea30d13ca 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -34,7 +34,7 @@ const byte *_palette_remap = NULL;
/** Palette map to go from the _use_palette to the !_use_palette */
const byte *_palette_reverse_remap = NULL;
-char _ini_graphics_set[32];
+char *_ini_graphics_set;
/** Structure holding filename and MD5 information about a single file */
struct MD5File {