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
commit 7f4fe79aaa

View file

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