mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
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:
parent
c34410b7ed
commit
b6ee86a8f3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static int32_t osdtextpal=0;
|
||||||
/* static int32_t osdcursorshade=0;
|
/* static int32_t osdcursorshade=0;
|
||||||
static int32_t osdcursorpal=0; */
|
static int32_t osdcursorpal=0; */
|
||||||
|
|
||||||
#define MAXSYMBOLS 256
|
#define MAXSYMBOLS 512
|
||||||
|
|
||||||
static symbol_t *osdsymbptrs[MAXSYMBOLS];
|
static symbol_t *osdsymbptrs[MAXSYMBOLS];
|
||||||
static int32_t osdnumsymbols = 0;
|
static int32_t osdnumsymbols = 0;
|
||||||
|
|
Loading…
Reference in a new issue