mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- another typo...
This commit is contained in:
parent
44d7d0b5f6
commit
96df8f6729
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ begin:
|
||||||
if (C == CASTB_I)
|
if (C == CASTB_I)
|
||||||
{
|
{
|
||||||
ASSERTD(a); ASSERTD(B);
|
ASSERTD(a); ASSERTD(B);
|
||||||
reg.f[a] = !!reg.d[B];
|
reg.d[a] = !!reg.d[B];
|
||||||
}
|
}
|
||||||
else if (C == CASTB_F)
|
else if (C == CASTB_F)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue