mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
backend update from GZDoom
LZMA update plus several ZScript improvements.
This commit is contained in:
parent
31bb7d3348
commit
bbbb61f450
140 changed files with 18190 additions and 2606 deletions
|
@ -2117,7 +2117,7 @@ static void DoCast(const VMRegisters ®, 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue