Bump MAXSYMBOLS to 512. This was probably the cause for the savestate and restorestate debug commands not being registered with the OSD at startup.

git-svn-id: https://svn.eduke32.com/eduke32@3984 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2013-08-06 23:52:04 +00:00
parent c34410b7ed
commit b6ee86a8f3

View file

@ -97,7 +97,7 @@ static int32_t osdtextpal=0;
/* static int32_t osdcursorshade=0;
static int32_t osdcursorpal=0; */
#define MAXSYMBOLS 256
#define MAXSYMBOLS 512
static symbol_t *osdsymbptrs[MAXSYMBOLS];
static int32_t osdnumsymbols = 0;