mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 16:07:45 +00:00
- fixed bad call to validate function.
This commit is contained in:
parent
de9c9221fe
commit
1cb89c6b37
1 changed files with 3 additions and 3 deletions
|
@ -649,9 +649,9 @@ begin:
|
||||||
}
|
}
|
||||||
NEXTOP;
|
NEXTOP;
|
||||||
OP(SCOPE) :
|
OP(SCOPE) :
|
||||||
{
|
{
|
||||||
ASSERTA(a); ASSERTA(C);
|
ASSERTA(a); ASSERTA(C);
|
||||||
FScopeBarrier::ValidateCall(((DObject*)a)->GetClass(), (VMFunction*)C, B - 1);
|
FScopeBarrier::ValidateCall(((DObject*)konsta[a].v)->GetClass(), (VMFunction*)konsta[C].v, B - 1);
|
||||||
}
|
}
|
||||||
NEXTOP;
|
NEXTOP;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue