mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
- missed a bit.
This commit is contained in:
parent
e2f3a09dd0
commit
d911cdcfe7
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ begin:
|
||||||
OP(SCOPE) :
|
OP(SCOPE) :
|
||||||
{
|
{
|
||||||
ASSERTA(a); ASSERTA(C);
|
ASSERTA(a); ASSERTA(C);
|
||||||
FScopeBarrier::ValidateCall(((DObject*)a)->GetClass(), (VMFunction*)C, B);
|
FScopeBarrier::ValidateCall(((DObject*)a)->GetClass(), (VMFunction*)C, B - 1);
|
||||||
}
|
}
|
||||||
NEXTOP;
|
NEXTOP;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue