(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters.

This commit is contained in:
peter1138
2009-01-08 11:06:07 +00:00
parent c71862174a
commit 6b6fd36050
9 changed files with 47 additions and 29 deletions

View File

@@ -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 {