mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: Increase STRINGTEMP_BUFFERS to 1024
This commit is contained in:
parent
75ee832aaf
commit
2f39dd1b86
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#include "quakedef.h"
|
||||
|
||||
#define STRINGTEMP_BUFFERS 64
|
||||
#define STRINGTEMP_BUFFERS 1024
|
||||
#define STRINGTEMP_LENGTH 1024
|
||||
static char pr_string_temp[STRINGTEMP_BUFFERS][STRINGTEMP_LENGTH];
|
||||
static byte pr_string_tempindex = 0;
|
||||
|
|
Loading…
Reference in a new issue