(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

@@ -155,6 +155,6 @@ public:
const char *GetName();
};
extern char _ini_blitter[32];
extern char *_ini_blitter;
#endif /* BLITTER_FACTORY_HPP */