mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Increase rainbow buffer size
This commit is contained in:
parent
5406593660
commit
4328c00299
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
#include "src/pc/utils/misc.h"
|
#include "src/pc/utils/misc.h"
|
||||||
#include "src/pc/configfile.h"
|
#include "src/pc/configfile.h"
|
||||||
|
|
||||||
#define RAINBOW_TEXT_LEN 127
|
#define RAINBOW_TEXT_LEN 255
|
||||||
|
|
||||||
char* sRainbowColors[] = {
|
char* sRainbowColors[] = {
|
||||||
"\\#ff0800\\",
|
"\\#ff0800\\",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue