mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +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 osdcursorpal=0; */
|
||||
|
||||
#define MAXSYMBOLS 256
|
||||
#define MAXSYMBOLS 512
|
||||
|
||||
static symbol_t *osdsymbptrs[MAXSYMBOLS];
|
||||
static int32_t osdnumsymbols = 0;
|
||||
|
|
Loading…
Reference in a new issue