backend update from GZDoom

LZMA update plus several ZScript improvements.
This commit is contained in:
Christoph Oelckers 2023-10-07 18:44:31 +02:00
parent 31bb7d3348
commit bbbb61f450
140 changed files with 18190 additions and 2606 deletions

View file

@ -2117,7 +2117,7 @@ static void DoCast(const VMRegisters &reg, const VMFrame *f, int a, int b, int c
case CAST_S2Co:
ASSERTD(a); ASSERTS(b);
reg.d[a] = V_GetColor(reg.s[b]);
reg.d[a] = V_GetColor(reg.s[b].GetChars());
break;
case CAST_Co2S: