(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 7b4fba0f89
commit 553d65f584
9 changed files with 47 additions and 29 deletions

View File

@@ -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 */