mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Increase generated rainbow text buffer length
This commit is contained in:
parent
99c5a442ee
commit
6850ac94f1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "pc/utils/misc.h"
|
||||
#include "pc/configfile.h"
|
||||
|
||||
#define RAINBOW_TEXT_LEN 255
|
||||
#define RAINBOW_TEXT_LEN 300
|
||||
|
||||
char* sRainbowColors[] = {
|
||||
"\\#ff3030\\",
|
||||
|
|
Loading…
Reference in a new issue