Made GetConfigBlock0Source string buf larger to acomodate ASCII color escape expansion

This commit is contained in:
cyberpunk-re 2020-12-08 23:32:23 +00:00
parent b52d50d30a
commit 7f4fe79aaa

View file

@ -2807,7 +2807,7 @@ char *GetModelStrFromCID(uint32_t cid) {
char *GetConfigBlock0Source(uint8_t id) {
static char buf[20];
static char buf[40];
char *retStr = buf;
switch (id) {